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
47e64825
Commit
47e64825
authored
Dec 07, 2019
by
Zebediah Figura
Committed by
Alexandre Julliard
Dec 09, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qcap/avimux: Use BaseOutputPinImpl_Disconnect().
Signed-off-by:
Zebediah Figura
<
z.figura12@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
9b51be54
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
16 deletions
+1
-16
avimux.c
dlls/qcap/avimux.c
+1
-16
No files found.
dlls/qcap/avimux.c
View file @
47e64825
...
...
@@ -1230,21 +1230,6 @@ static HRESULT WINAPI AviMuxOut_Connect(IPin *iface,
}
}
if
(
hr
==
S_OK
)
IBaseFilter_AddRef
(
&
This
->
filter
.
IBaseFilter_iface
);
return
hr
;
}
static
HRESULT
WINAPI
AviMuxOut_Disconnect
(
IPin
*
iface
)
{
AviMux
*
This
=
impl_from_out_IPin
(
iface
);
HRESULT
hr
;
TRACE
(
"(%p)
\n
"
,
This
);
hr
=
BaseOutputPinImpl_Disconnect
(
iface
);
if
(
hr
==
S_OK
)
IBaseFilter_Release
(
&
This
->
filter
.
IBaseFilter_iface
);
return
hr
;
}
...
...
@@ -1254,7 +1239,7 @@ static const IPinVtbl AviMuxOut_PinVtbl = {
BasePinImpl_Release
,
AviMuxOut_Connect
,
BaseOutputPinImpl_ReceiveConnection
,
AviMuxOut
_Disconnect
,
BaseOutputPinImpl
_Disconnect
,
BasePinImpl_ConnectedTo
,
BasePinImpl_ConnectionMediaType
,
BasePinImpl_QueryPinInfo
,
...
...
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