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
6984db83
Commit
6984db83
authored
Jul 27, 2015
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jul 28, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qcap: Remove initialization code from QI of VfwCapture.
parent
7f1a5d46
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
vfwcapture.c
dlls/qcap/vfwcapture.c
+0
-16
No files found.
dlls/qcap/vfwcapture.c
View file @
6984db83
...
...
@@ -181,22 +181,6 @@ static HRESULT WINAPI VfwCapture_QueryInterface(IBaseFilter * iface, REFIID riid
else
if
(
IsEqualIID
(
riid
,
&
IID_IPersistPropertyBag
))
*
ppv
=
&
This
->
IPersistPropertyBag_iface
;
if
(
!
IsEqualIID
(
riid
,
&
IID_IUnknown
)
&&
!
IsEqualIID
(
riid
,
&
IID_IPersist
)
&&
!
IsEqualIID
(
riid
,
&
IID_IPersistPropertyBag
)
&&
!
This
->
init
)
{
FIXME
(
"Capture system not initialised when looking for %s, "
"trying it on primary device now
\n
"
,
debugstr_guid
(
riid
));
This
->
driver_info
=
qcap_driver_init
(
This
->
pOutputPin
,
0
);
if
(
!
This
->
driver_info
)
{
ERR
(
"VfwCapture initialisation failed
\n
"
);
return
E_UNEXPECTED
;
}
This
->
init
=
TRUE
;
}
if
(
*
ppv
)
{
TRACE
(
"Returning %s interface
\n
"
,
debugstr_guid
(
riid
));
...
...
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