videomixer: reset QoS on segment event

https://bugzilla.gnome.org/show_bug.cgi?id=732540
This commit is contained in:
Vincent Penquerc'h 2014-07-01 12:50:31 +01:00
parent 5653b1a25a
commit bbb1a8de1f

View file

@ -1917,6 +1917,7 @@ gst_videomixer2_sink_event (GstCollectPads * pads, GstCollectData * cdata,
gst_event_copy_segment (event, &seg);
g_assert (seg.format == GST_FORMAT_TIME);
gst_videomixer2_reset_qos (mix);
break;
}
case GST_EVENT_FLUSH_STOP: