winegstreamer: Set correct state when ending processing.
This commit is contained in:
parent
50d8b0db7a
commit
47725db633
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue