Properly allocate/release memory when adding filters to the filtergraph.
commit6301fec0ef1ad61c82619e8c8e5a737f7871b035
authorChristian Costa <titan.costa@wanadoo.fr>
Mon, 22 Aug 2005 09:21:24 +0000 (22 09:21 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 22 Aug 2005 09:21:24 +0000 (22 09:21 +0000)
tree90a843ee16ad1a910d5494b0a753e4198896b475
parentcb0a4595ba40c61e08c5d05b8fef57e4ce7674db
Properly allocate/release memory when adding filters to the filtergraph.
When connecting pin, discard filter which is the same as the upstream
one.
Remove wrong extra IBaseFilter_Release.
Improve traces by showing filters owing pins we want to connect or
render.
Properly initialize output pin of transform filter.
dlls/quartz/filtergraph.c
dlls/quartz/transform.c