Implemented IMediaControl_Run that explores the graph, counts
commit45f111a276f4aef48739d28be1f455f1921a6aee
authorChristian Costa <titan.costa@wanadoo.fr>
Mon, 3 Jan 2005 20:23:14 +0000 (3 20:23 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 3 Jan 2005 20:23:14 +0000 (3 20:23 +0000)
treed63d63e077a5ca61f3471489a69bf1769b2b2e18
parent0b14f38d5748809581fc3d1623e825c8101c49df
Implemented IMediaControl_Run that explores the graph, counts
renderers and starts filters.
Better implementation of IBaseFilter_Run for AVI SPlitter and AVI
Decompressor.
Use the standard memory allocator when an output pin does not provide
any allocator.
Set allocator properties for AVI Decompressor output pin and update
the buffers size at connection time.
dlls/quartz/avidec.c
dlls/quartz/avisplit.c
dlls/quartz/filtergraph.c
dlls/quartz/pin.c