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
18f42a6e
Commit
18f42a6e
authored
Mar 14, 2008
by
Maarten Lankhorst
Committed by
Alexandre Julliard
Mar 15, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quartz: Change some more stubs from traces to fixmes.
parent
b662a6a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
filtergraph.c
dlls/quartz/filtergraph.c
+5
-5
No files found.
dlls/quartz/filtergraph.c
View file @
18f42a6e
...
...
@@ -1605,7 +1605,7 @@ static HRESULT WINAPI MediaControl_RenderFile(IMediaControl *iface,
BSTR
strFilename
)
{
ICOM_THIS_MULTI
(
IFilterGraphImpl
,
IMediaControl_vtbl
,
iface
);
TRAC
E
(
"(%p/%p)->(%s (%p)): stub !!!
\n
"
,
This
,
iface
,
debugstr_w
(
strFilename
),
strFilename
);
FIXM
E
(
"(%p/%p)->(%s (%p)): stub !!!
\n
"
,
This
,
iface
,
debugstr_w
(
strFilename
),
strFilename
);
return
S_OK
;
}
...
...
@@ -1615,7 +1615,7 @@ static HRESULT WINAPI MediaControl_AddSourceFilter(IMediaControl *iface,
IDispatch
**
ppUnk
)
{
ICOM_THIS_MULTI
(
IFilterGraphImpl
,
IMediaControl_vtbl
,
iface
);
TRAC
E
(
"(%p/%p)->(%s (%p), %p): stub !!!
\n
"
,
This
,
iface
,
debugstr_w
(
strFilename
),
strFilename
,
ppUnk
);
FIXM
E
(
"(%p/%p)->(%s (%p), %p): stub !!!
\n
"
,
This
,
iface
,
debugstr_w
(
strFilename
),
strFilename
,
ppUnk
);
return
S_OK
;
}
...
...
@@ -1624,7 +1624,7 @@ static HRESULT WINAPI MediaControl_get_FilterCollection(IMediaControl *iface,
IDispatch
**
ppUnk
)
{
ICOM_THIS_MULTI
(
IFilterGraphImpl
,
IMediaControl_vtbl
,
iface
);
TRAC
E
(
"(%p/%p)->(%p): stub !!!
\n
"
,
This
,
iface
,
ppUnk
);
FIXM
E
(
"(%p/%p)->(%p): stub !!!
\n
"
,
This
,
iface
,
ppUnk
);
return
S_OK
;
}
...
...
@@ -1633,7 +1633,7 @@ static HRESULT WINAPI MediaControl_get_RegFilterCollection(IMediaControl *iface,
IDispatch
**
ppUnk
)
{
ICOM_THIS_MULTI
(
IFilterGraphImpl
,
IMediaControl_vtbl
,
iface
);
TRAC
E
(
"(%p/%p)->(%p): stub !!!
\n
"
,
This
,
iface
,
ppUnk
);
FIXM
E
(
"(%p/%p)->(%p): stub !!!
\n
"
,
This
,
iface
,
ppUnk
);
return
S_OK
;
}
...
...
@@ -1641,7 +1641,7 @@ static HRESULT WINAPI MediaControl_get_RegFilterCollection(IMediaControl *iface,
static
HRESULT
WINAPI
MediaControl_StopWhenReady
(
IMediaControl
*
iface
)
{
ICOM_THIS_MULTI
(
IFilterGraphImpl
,
IMediaControl_vtbl
,
iface
);
TRAC
E
(
"(%p/%p)->(): stub !!!
\n
"
,
This
,
iface
);
FIXM
E
(
"(%p/%p)->(): stub !!!
\n
"
,
This
,
iface
);
return
S_OK
;
}
...
...
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