Commit 47725db6 authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

winegstreamer: Set correct state when ending processing.

parent 50d8b0db
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment