Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
b67e99bb
Commit
b67e99bb
authored
Apr 29, 2004
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/access/dshow/filter.cpp: removed useless debug messages.
parent
00507b0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
modules/access/dshow/filter.cpp
modules/access/dshow/filter.cpp
+8
-8
No files found.
modules/access/dshow/filter.cpp
View file @
b67e99bb
...
...
@@ -289,7 +289,7 @@ STDMETHODIMP CapturePin::QueryInterface(REFIID riid, void **ppv)
STDMETHODIMP_
(
ULONG
)
CapturePin
::
AddRef
()
{
#ifdef DEBUG_DSHOW
#ifdef DEBUG_DSHOW
_L1
msg_Dbg
(
p_input
,
"CapturePin::AddRef (ref: %i)"
,
i_ref
);
#endif
...
...
@@ -297,7 +297,7 @@ STDMETHODIMP_(ULONG) CapturePin::AddRef()
};
STDMETHODIMP_
(
ULONG
)
CapturePin
::
Release
()
{
#ifdef DEBUG_DSHOW
#ifdef DEBUG_DSHOW
_L1
msg_Dbg
(
p_input
,
"CapturePin::Release (ref: %i)"
,
i_ref
);
#endif
...
...
@@ -619,7 +619,7 @@ STDMETHODIMP CaptureFilter::QueryInterface( REFIID riid, void **ppv )
};
STDMETHODIMP_
(
ULONG
)
CaptureFilter
::
AddRef
()
{
#ifdef DEBUG_DSHOW
#ifdef DEBUG_DSHOW
_L1
msg_Dbg
(
p_input
,
"CaptureFilter::AddRef (ref: %i)"
,
i_ref
);
#endif
...
...
@@ -627,7 +627,7 @@ STDMETHODIMP_(ULONG) CaptureFilter::AddRef()
};
STDMETHODIMP_
(
ULONG
)
CaptureFilter
::
Release
()
{
#ifdef DEBUG_DSHOW
#ifdef DEBUG_DSHOW
_L1
msg_Dbg
(
p_input
,
"CaptureFilter::Release (ref: %i)"
,
i_ref
);
#endif
...
...
@@ -810,7 +810,7 @@ STDMETHODIMP CaptureEnumPins::QueryInterface( REFIID riid, void **ppv )
};
STDMETHODIMP_
(
ULONG
)
CaptureEnumPins
::
AddRef
()
{
#ifdef DEBUG_DSHOW
#ifdef DEBUG_DSHOW
_L1
msg_Dbg
(
p_input
,
"CaptureEnumPins::AddRef (ref: %i)"
,
i_ref
);
#endif
...
...
@@ -818,7 +818,7 @@ STDMETHODIMP_(ULONG) CaptureEnumPins::AddRef()
};
STDMETHODIMP_
(
ULONG
)
CaptureEnumPins
::
Release
()
{
#ifdef DEBUG_DSHOW
#ifdef DEBUG_DSHOW
_L1
msg_Dbg
(
p_input
,
"CaptureEnumPins::Release (ref: %i)"
,
i_ref
);
#endif
...
...
@@ -939,7 +939,7 @@ STDMETHODIMP CaptureEnumMediaTypes::QueryInterface( REFIID riid, void **ppv )
};
STDMETHODIMP_
(
ULONG
)
CaptureEnumMediaTypes
::
AddRef
()
{
#ifdef DEBUG_DSHOW
#ifdef DEBUG_DSHOW
_L1
msg_Dbg
(
p_input
,
"CaptureEnumMediaTypes::AddRef (ref: %i)"
,
i_ref
);
#endif
...
...
@@ -947,7 +947,7 @@ STDMETHODIMP_(ULONG) CaptureEnumMediaTypes::AddRef()
};
STDMETHODIMP_
(
ULONG
)
CaptureEnumMediaTypes
::
Release
()
{
#ifdef DEBUG_DSHOW
#ifdef DEBUG_DSHOW
_L1
msg_Dbg
(
p_input
,
"CaptureEnumMediaTypes::Release (ref: %i)"
,
i_ref
);
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment