Maarten Lankhorst : quartz: Make sure transform filter commits allocator.

Alexandre Julliard julliard at winehq.org
Mon Jul 7 09:19:06 CDT 2008


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

Author: Maarten Lankhorst <m.b.lankhorst at gmail.com>
Date:   Fri Jul  4 16:59:01 2008 -0700

quartz: Make sure transform filter commits allocator.

---

 dlls/quartz/transform.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/quartz/transform.c b/dlls/quartz/transform.c
index d602c69..f37e9e3 100644
--- a/dlls/quartz/transform.c
+++ b/dlls/quartz/transform.c
@@ -349,7 +349,7 @@ static HRESULT WINAPI TransformFilter_Pause(IBaseFilter * iface)
     EnterCriticalSection(&This->csFilter);
     {
         if (This->state == State_Stopped)
-            ((InputPin *)This->ppPins[0])->end_of_stream = 0;
+            IBaseFilter_Run(iface, -1);
 
         This->state = State_Paused;
     }




More information about the wine-cvs mailing list