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
09cf9b8a
Commit
09cf9b8a
authored
Feb 02, 2022
by
Zebediah Figura
Committed by
Alexandre Julliard
Feb 03, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quartz/tests: Test more interfaces exposed by the filter graph.
Signed-off-by:
Zebediah Figura
<
zfigura@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
2d6a314e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
filtergraph.c
dlls/quartz/tests/filtergraph.c
+8
-1
No files found.
dlls/quartz/tests/filtergraph.c
View file @
09cf9b8a
...
...
@@ -98,23 +98,30 @@ static void test_interfaces(void)
IFilterGraph2
*
graph
=
create_graph
();
check_interface
(
graph
,
&
IID_IBasicAudio
,
TRUE
);
check_interface
(
graph
,
&
IID_IBasicVideo
,
TRUE
);
check_interface
(
graph
,
&
IID_IBasicVideo2
,
TRUE
);
check_interface
(
graph
,
&
IID_IFilterGraph
,
TRUE
);
check_interface
(
graph
,
&
IID_IFilterGraph2
,
TRUE
);
check_interface
(
graph
,
&
IID_IFilterMapper
,
TRUE
);
check_interface
(
graph
,
&
IID_IFilterMapper2
,
TRUE
);
check_interface
(
graph
,
&
IID_IFilterMapper3
,
TRUE
);
check_interface
(
graph
,
&
IID_IGraphBuilder
,
TRUE
);
check_interface
(
graph
,
&
IID_IGraphConfig
,
TRUE
);
check_interface
(
graph
,
&
IID_IGraphVersion
,
TRUE
);
check_interface
(
graph
,
&
IID_IMediaControl
,
TRUE
);
check_interface
(
graph
,
&
IID_IMediaEvent
,
TRUE
);
check_interface
(
graph
,
&
IID_IMedia
Filter
,
TRUE
);
check_interface
(
graph
,
&
IID_IMedia
EventEx
,
TRUE
);
check_interface
(
graph
,
&
IID_IMediaEventSink
,
TRUE
);
check_interface
(
graph
,
&
IID_IMediaFilter
,
TRUE
);
check_interface
(
graph
,
&
IID_IMediaPosition
,
TRUE
);
check_interface
(
graph
,
&
IID_IMediaSeeking
,
TRUE
);
check_interface
(
graph
,
&
IID_IObjectWithSite
,
TRUE
);
check_interface
(
graph
,
&
IID_IVideoFrameStep
,
TRUE
);
check_interface
(
graph
,
&
IID_IVideoWindow
,
TRUE
);
check_interface
(
graph
,
&
IID_IUnknown
,
TRUE
);
check_interface
(
graph
,
&
IID_IBaseFilter
,
FALSE
);
check_interface
(
graph
,
&
IID_IDispatch
,
FALSE
);
IFilterGraph2_Release
(
graph
);
}
...
...
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