[QUARTZ] Some stuff to start the graph

Christian Costa titan.costa at wanadoo.fr
Wed Dec 29 07:33:07 CST 2004


Robert Shearman wrote:

> 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.

I was thinking about something like that but was not sure. Thanks. :-)

Bye,
Christian






More information about the wine-devel mailing list