Zebediah Figura : strmbase: Store the filter as a strmbase_filter pointer in the BasePin structure.

Alexandre Julliard julliard at winehq.org
Fri Sep 6 16:05:42 CDT 2019


Module: wine
Branch: master
Commit: 28a511554c7b81cfc766d7f91edae0785b69e41f
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=28a511554c7b81cfc766d7f91edae0785b69e41f

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Thu Sep  5 19:02:15 2019 -0500

strmbase: Store the filter as a strmbase_filter pointer in the BasePin structure.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/qcap/avico.c               |  22 ++++----
 dlls/qcap/avimux.c              | 115 ++++++++++++++--------------------------
 dlls/qcap/smartteefilter.c      |  44 +++++++--------
 dlls/qcap/vfwcapture.c          |   8 +--
 dlls/quartz/avisplit.c          |  12 ++---
 dlls/quartz/filesource.c        |   9 +---
 dlls/quartz/mpegsplit.c         |  12 ++---
 dlls/quartz/parser.c            |  32 +++++------
 dlls/quartz/parser.h            |   3 +-
 dlls/quartz/pin.c               |  43 ++++++---------
 dlls/quartz/pin.h               |   4 +-
 dlls/quartz/waveparser.c        |  15 ++----
 dlls/strmbase/pin.c             |  82 +++++++++++++---------------
 dlls/strmbase/renderer.c        |  10 +---
 dlls/strmbase/transform.c       |  18 ++-----
 dlls/winegstreamer/gstdemux.c   |  59 +++++++++++----------
 dlls/wineqtdecoder/qtsplitter.c |  73 +++++++++----------------
 include/wine/strmbase.h         |  29 +++++-----
 18 files changed, 232 insertions(+), 358 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=28a511554c7b81cfc766d7f91edae0785b69e41f



More information about the wine-cvs mailing list