quartz: Fix Render and RenderFile.
commitd54c53a4b64223cb5744571b9f56064543e385c0
authorMaarten Lankhorst <m.b.lankhorst@gmail.com>
Thu, 26 Jun 2008 18:26:53 +0000 (26 11:26 -0700)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 27 Jun 2008 09:13:10 +0000 (27 11:13 +0200)
treea25ce7b2add58f680278d0bf295189e5e25544bd
parent0d1eea691cd4e39a61fa5be5b5c5592ea7c0aa76
quartz: Fix Render and RenderFile.

RenderFile should add a source filter and call Render on each output
pin, while Render() should try to connect, first directly to any
existing renderers, and then using intermediates. It uses recursion
since this is the only possible way to implement Render sanely.
dlls/quartz/filtergraph.c