[6/6]strmbase: Implement BaseFilter in strmbase

Alexandre Julliard julliard at winehq.org
Thu Oct 7 09:07:11 CDT 2010


Aric Stewart <aric at codeweavers.com> writes:

> ---
>  dlls/qcap/vfwcapture.c      |  134 +++++--------------------
>  dlls/quartz/acmwrapper.c    |   20 ++--
>  dlls/quartz/avidec.c        |   12 +-
>  dlls/quartz/avisplit.c      |    6 +-
>  dlls/quartz/dsoundrender.c  |  223
> ++++++++++++-------------------------------
>  dlls/quartz/filesource.c    |  129 +++++--------------------
>  dlls/quartz/mpegsplit.c     |    4 +-
>  dlls/quartz/nullrenderer.c  |  177 ++++++++--------------------------
>  dlls/quartz/parser.c        |  156 ++++++++++--------------------
>  dlls/quartz/parser.h        |    9 +--
>  dlls/quartz/transform.c     |  201 ++++++++-------------------------------
>  dlls/quartz/transform.h     |   10 +--
>  dlls/quartz/videorenderer.c |  226
> +++++++++++++------------------------------
>  dlls/quartz/waveparser.c    |    4 +-
>  dlls/strmbase/Makefile.in   |    1 +
>  dlls/strmbase/filter.c      |  158 ++++++++++++++++++++++++++++++
>  include/wine/strmbase.h     |   23 +++++
>  17 files changed, 517 insertions(+), 976 deletions(-)
>  create mode 100644 dlls/strmbase/filter.c

I'm seeing occasional crashes in the qedit:mediadet test with this
patch. Unfortunately the debugger fails to get a backtrace.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list