Module: wine Branch: master Commit: 5c1409b55fed15a44accaceb223eaebc1f3c88d0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5c1409b55fed15a44accaceb22...
Author: Aric Stewart aric@codeweavers.com Date: Tue Oct 5 14:37:56 2010 -0500
strmbase: Move OutputPin implementation to strmbase.
---
dlls/qcap/Makefile.in | 1 - dlls/qcap/enummedia.c | 15 -- dlls/qcap/pin.c | 314 -------------------------- dlls/qcap/pin.h | 58 ----- dlls/qcap/qcap_main.h | 1 - dlls/qcap/v4l.c | 9 +- dlls/qcap/vfwcapture.c | 24 +-- dlls/quartz/acmwrapper.c | 6 +- dlls/quartz/avidec.c | 6 +- dlls/quartz/avisplit.c | 2 +- dlls/quartz/enummedia.c | 10 - dlls/quartz/filesource.c | 23 +- dlls/quartz/mpegsplit.c | 2 +- dlls/quartz/parser.c | 22 +- dlls/quartz/parser.h | 2 +- dlls/quartz/pin.c | 526 ------------------------------------------- dlls/quartz/pin.h | 31 --- dlls/quartz/transform.c | 22 +- dlls/quartz/waveparser.c | 2 +- dlls/strmbase/pin.c | 553 ++++++++++++++++++++++++++++++++++++++++++++++ include/wine/strmbase.h | 32 +++ 21 files changed, 641 insertions(+), 1020 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=5c1409b55fed15a44accac...