[PATCH] winegstreamer: Set correct state when ending processing

Maarten Lankhorst m.b.lankhorst at gmail.com
Wed Nov 10 16:22:45 CST 2010


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

diff --git a/dlls/winegstreamer/gsttffilter.c b/dlls/winegstreamer/gsttffilter.c
index f56cc40..d3b2922 100644
--- a/dlls/winegstreamer/gsttffilter.c
+++ b/dlls/winegstreamer/gsttffilter.c
@@ -267,7 +267,7 @@ static HRESULT WINAPI Gstreamer_transform_ProcessEnd(TransformFilter *iface) {
     GstTfImpl *This = (GstTfImpl*)iface;
     int ret;
 
-    ret = gst_element_set_state(This->filter, GST_STATE_PAUSED);
+    ret = gst_element_set_state(This->filter, GST_STATE_READY);
     TRACE("Returned: %i\n", ret);
     return S_OK;
 }
-- 
1.7.1




More information about the wine-patches mailing list