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:
Erik Walthinsen 2001-05-25 19:16:31 +00:00
parent 91afe9cd73
commit 14897b5364

View file

@ -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);