On 1/3/14, 10:08 AM, Jacek Caban wrote:
dlls/amstream/mediastreamfilter.c | 15 +++++++-------- dlls/qcap/avico.c | 32 ++++++++++++++------------------ dlls/qcap/avimux.c | 32 ++++++++++++++------------------ dlls/qcap/vfwcapture.c | 15 +++++++-------- dlls/quartz/filesource.c | 15 +++++++-------- dlls/quartz/parser.c | 15 +++++++-------- dlls/strmbase/pin.c | 24 ++++++++++++------------ dlls/strmbase/renderer.c | 17 ++++++++--------- dlls/strmbase/transform.c | 30 ++++++++++++++---------------- include/wine/strmbase.h | 7 +++++-- 10 files changed, 95 insertions(+), 107 deletions(-)
Also just so you are aware, all the strmbase stuff is based off actual microsoft strmbase stuff for directshow
http://msdn.microsoft.com/en-us/library/windows/desktop/dd318897%28v=vs.85%2...
Not that this patch specifically breaks that, I have not dug that much, but just so that you are aware of the base for the implementation.
-aric