Some fixes for filtergraph.c (#3)

2005-04-25 Thread Maarten Lankhorst
Added critical section around the mediacontrols, also added a release for the attached filters when the filtergraph gets released, so ref count leak has decreased.. I also submitted a patch to devenum to fix another release error, as a matter of fact: fixme:quartz:ReadThread 0x7d331c20 - Frame

Re: Some fixes for filtergraph.c

2005-04-24 Thread Christian Costa
Hi Maarten, Maarten Lankhorst wrote: This doesn't fix everything, just theroutines i called.. some other similar functions aren't fixed because filtergraph.c is really THAT leaky..b mostly with reference counts.. Yes, Indeed. :-) Here are some comments :

Re: Some fixes for filtergraph.c (#2)

2005-04-24 Thread Christian Costa
This is not correct, you must connect all pins, not just the first that succeeds. Asleep? ;) You can't connect an input pin more then once (VFW_E_ALREADY_CONNECTED), anyway this function always returned S_OK, I fixed that too now... If you still think multiple connects should happen