streamsync: unblock gcond on flush-stop

See https://bugzilla.gnome.org/show_bug.cgi?id=680441
This commit is contained in:
Wim Taymans 2012-09-04 11:09:50 +02:00
parent ac61fb5221
commit f3158569c6

View file

@ -387,6 +387,7 @@ gst_stream_synchronizer_sink_event (GstPad * pad, GstObject * parent,
stream->new_stream = FALSE;
stream->drop_discont = FALSE;
stream->seen_data = FALSE;
g_cond_broadcast (&stream->stream_finish_cond);
}
GST_STREAM_SYNCHRONIZER_UNLOCK (self);
break;