ChangeSet ID: 19698
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/22 04:21:24
Modified files:
dlls/quartz : transform.c filtergraph.c
Log message:
Christian Costa <titan.costa(a)wanadoo.fr>
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.
Patch: http://cvs.winehq.org/patch.py?id=19698
Old revision New revision Changes Path
1.6 1.7 +2 -2 wine/dlls/quartz/transform.c
1.33 1.34 +77 -10 wine/dlls/quartz/filtergraph.c