Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
c6a4811e
Commit
c6a4811e
authored
Jan 25, 2017
by
Andrew Eikum
Committed by
Alexandre Julliard
Jan 26, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quartz: Clean up another trace for consistency.
Signed-off-by:
Andrew Eikum
<
aeikum@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
6c4aaf77
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
filtergraph.c
dlls/quartz/filtergraph.c
+4
-1
No files found.
dlls/quartz/filtergraph.c
View file @
c6a4811e
...
...
@@ -730,6 +730,9 @@ static HRESULT WINAPI FilterGraph2_Reconnect(IFilterGraph2 *iface, IPin *ppin)
IPin_QueryDirection
(
ppin
,
&
pindir
);
hr
=
IPin_ConnectedTo
(
ppin
,
&
pConnectedTo
);
TRACE
(
"(%p/%p)->(%p) -- %p
\n
"
,
This
,
iface
,
ppin
,
pConnectedTo
);
if
(
FAILED
(
hr
))
{
TRACE
(
"Querying connected to failed: %x
\n
"
,
hr
);
return
hr
;
...
...
@@ -743,7 +746,7 @@ static HRESULT WINAPI FilterGraph2_Reconnect(IFilterGraph2 *iface, IPin *ppin)
IPin_Release
(
pConnectedTo
);
if
(
FAILED
(
hr
))
WARN
(
"Reconnecting pins failed, pins are not connected now..
\n
"
);
TRACE
(
"
(%p->%p) -- %p %p -> %x
\n
"
,
iface
,
This
,
ppin
,
pConnectedTo
,
hr
);
TRACE
(
"
-> %08x
\n
"
,
hr
);
return
hr
;
}
...
...
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