Module: wine Branch: master Commit: d54c53a4b64223cb5744571b9f56064543e385c0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d54c53a4b64223cb5744571b9f...
Author: Maarten Lankhorst m.b.lankhorst@gmail.com Date: Thu Jun 26 11:26:53 2008 -0700
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 | 400 +++++++++++++++++++++++---------------------- 1 files changed, 206 insertions(+), 194 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d54c53a4b64223cb574457...