mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-12 03:16:33 +00:00
forgot to unset SPINNING, no idea how it worked before, maybe this will fix wtay's case
Original commit message from CVS: forgot to unset SPINNING, no idea how it worked before, maybe this will fix wtay's case
This commit is contained in:
parent
91afe9cd73
commit
14897b5364
1 changed files with 2 additions and 0 deletions
|
@ -362,6 +362,8 @@ gst_thread_change_state (GstElement *element)
|
|||
|
||||
g_mutex_lock(thread->lock);
|
||||
|
||||
GST_FLAG_UNSET (thread, GST_THREAD_STATE_SPINNING);
|
||||
|
||||
while (elements)
|
||||
{
|
||||
GstElement *e = GST_ELEMENT(elements->data);
|
||||
|
|
Loading…
Reference in a new issue