diff --git a/gst-libs/gst/video/gstvideoaggregator.c b/gst-libs/gst/video/gstvideoaggregator.c index 29ed69a431..dc86e84999 100644 --- a/gst-libs/gst/video/gstvideoaggregator.c +++ b/gst-libs/gst/video/gstvideoaggregator.c @@ -1046,7 +1046,7 @@ gst_video_aggregator_reset (GstVideoAggregator * vagg) GST_OBJECT_UNLOCK (vagg); } -static gint +static GstFlowReturn gst_video_aggregator_fill_queues (GstVideoAggregator * vagg, GstClockTime output_start_running_time, GstClockTime output_end_running_time)