Aric Stewart aric@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.
Ok I think I know what is going on. I have some later patches that i think need to be merged into this one and then separated at a different place.
-aric
On 10/7/10 9:07 AM, Alexandre Julliard wrote:
Aric Stewartaric@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.