Aric Stewart : strmbase: Move InputPin implementation to strmbase.

Alexandre Julliard julliard at winehq.org
Wed Oct 6 14:04:18 CDT 2010


Module: wine
Branch: master
Commit: 66e1ad8a96c1b17ce7c981e2490bd3721de8ff16
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=66e1ad8a96c1b17ce7c981e2490bd3721de8ff16

Author: Aric Stewart <aric at codeweavers.com>
Date:   Tue Oct  5 14:38:11 2010 -0500

strmbase: Move InputPin implementation to strmbase.

---

 dlls/quartz/acmwrapper.c    |    7 +-
 dlls/quartz/avidec.c        |    7 +-
 dlls/quartz/dsoundrender.c  |   37 ++--
 dlls/quartz/nullrenderer.c  |   33 ++--
 dlls/quartz/parser.c        |    2 +-
 dlls/quartz/pin.c           |  392 +--------------------------------
 dlls/quartz/pin.h           |   31 ---
 dlls/quartz/transform.c     |   36 ++--
 dlls/quartz/transform.h     |   14 +-
 dlls/quartz/videorenderer.c |   37 ++--
 dlls/strmbase/pin.c         |  518 +++++++++++++++++++++++++++++++++++++++++++
 include/wine/strmbase.h     |   32 +++
 12 files changed, 640 insertions(+), 506 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=66e1ad8a96c1b17ce7c981e2490bd3721de8ff16



More information about the wine-cvs mailing list