diff --git a/gst-libs/gst/video/gstvideoaggregator.c b/gst-libs/gst/video/gstvideoaggregator.c index 0563a07b3f..e3d4f809bd 100644 --- a/gst-libs/gst/video/gstvideoaggregator.c +++ b/gst-libs/gst/video/gstvideoaggregator.c @@ -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: