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
649a26e8
Commit
649a26e8
authored
Feb 16, 2018
by
Anton Baskanov
Committed by
Alexandre Julliard
Mar 01, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
amstream: Implement AMDirectDrawStream::JoinFilter.
Signed-off-by:
Anton Baskanov
<
baskanov@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
5b03813d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
mediastream.c
dlls/amstream/mediastream.c
+4
-2
No files found.
dlls/amstream/mediastream.c
View file @
649a26e8
...
...
@@ -237,9 +237,11 @@ static HRESULT WINAPI DirectDrawMediaStreamImpl_IAMMediaStream_JoinFilter(IAMMed
{
DirectDrawMediaStreamImpl
*
This
=
impl_from_DirectDrawMediaStream_IAMMediaStream
(
iface
);
FIXME
(
"(%p/%p)->(%p) stub!
\n
"
,
This
,
iface
,
media_stream_filter
);
TRACE
(
"(%p/%p)->(%p)
\n
"
,
This
,
iface
,
media_stream_filter
);
return
S_FALSE
;
This
->
input_pin
->
pin
.
pin
.
pinInfo
.
pFilter
=
(
IBaseFilter
*
)
media_stream_filter
;
return
S_OK
;
}
static
HRESULT
WINAPI
DirectDrawMediaStreamImpl_IAMMediaStream_JoinFilterGraph
(
IAMMediaStream
*
iface
,
IFilterGraph
*
filtergraph
)
...
...
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