[QUARTZ] Some stuff to start the graph

Robert Shearman rob at codeweavers.com
Wed Dec 29 05:37:58 CST 2004


Christian Costa wrote:

>>
>>>
>>> @@ -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?


Partial updates and potential code that depends on the state not 
changing in a function.

Rob



More information about the wine-devel mailing list