29 Dec
2004
29 Dec
'04
12:18 p.m.
@@ -1191,7 +1287,9 @@ OAFilterState *pfs) { ICOM_THIS_MULTI(IFilterGraphImpl, IMediaControl_vtbl, iface);
- TRACE("(%p/%p)->(%ld, %p): stub !!!\n", This, iface, msTimeout, pfs); + TRACE("(%p/%p)->(%ld, %p): semi-stub !!!\n", This, iface, msTimeout, pfs); + + *pfs = This->state;
This probably needs protection too.
I saw you also did this for filesource and avi splitter filters. What do you want to prevent here? Bye, Christian