mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
omxvideodec: The component is not started already when going from READY to PAUSED
This commit is contained in:
parent
6c2cca3e94
commit
59faafc30b
1 changed files with 1 additions and 0 deletions
|
@ -358,6 +358,7 @@ gst_omx_video_dec_change_state (GstElement * element, GstStateChange transition)
|
|||
if (self->out_port)
|
||||
gst_omx_port_set_flushing (self->out_port, TRUE);
|
||||
|
||||
self->started = FALSE;
|
||||
g_mutex_lock (self->drain_lock);
|
||||
self->draining = FALSE;
|
||||
g_cond_broadcast (self->drain_cond);
|
||||
|
|
Loading…
Reference in a new issue