From 6c79262b6ee3797d6b69e438f5e30e8667c18f20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 13 Oct 2017 11:46:09 +0100 Subject: [PATCH] videoaggregator: use GstFlowReturn for flow returns --- gst-libs/gst/video/gstvideoaggregator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)