videoaggregator: use GstFlowReturn for flow returns

This commit is contained in:
Tim-Philipp Müller 2017-10-13 11:46:09 +01:00
parent 0355bb7c34
commit 90ec5e580b

View file

@ -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)