videoaggregator: 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:52:39 +01:00
parent 97cf5acb20
commit 771ed7e429

View file

@ -1630,6 +1630,7 @@ gst_videoaggregator_sink_event (GstAggregator * agg, GstAggregatorPad * bpad,
gst_event_copy_segment (event, &seg);
g_assert (seg.format == GST_FORMAT_TIME);
gst_videoaggregator_reset_qos (vagg);
break;
}
default: