Aric Stewart : strmbase: Move BasePin implementation to strmbase.

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


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

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

strmbase: Move BasePin implementation to strmbase.

---

 dlls/qcap/pin.c              |  102 +---------------
 dlls/qcap/pin.h              |   24 +----
 dlls/qcap/vfwcapture.c       |   22 ++--
 dlls/quartz/dsoundrender.c   |   24 ++--
 dlls/quartz/filesource.c     |   31 +++---
 dlls/quartz/nullrenderer.c   |   20 ++--
 dlls/quartz/parser.c         |   44 +++----
 dlls/quartz/pin.c            |  276 ++++++++++--------------------------------
 dlls/quartz/pin.h            |   38 ++-----
 dlls/quartz/quartz_private.h |    4 -
 dlls/quartz/transform.c      |   51 ++++----
 dlls/quartz/videorenderer.c  |   20 ++--
 dlls/strmbase/Makefile.in    |    3 +-
 dlls/strmbase/pin.c          |  207 +++++++++++++++++++++++++++++++
 include/wine/strmbase.h      |   26 ++++
 15 files changed, 415 insertions(+), 477 deletions(-)

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



More information about the wine-cvs mailing list