videoaggregator: use GstFlowReturn for flow returns

This commit is contained in:
Tim-Philipp Müller 2017-10-13 11:46:09 +01:00
parent 0ffa10652a
commit 6c79262b6e

View file

@ -1046,7 +1046,7 @@ gst_video_aggregator_reset (GstVideoAggregator * vagg)
GST_OBJECT_UNLOCK (vagg); GST_OBJECT_UNLOCK (vagg);
} }
static gint static GstFlowReturn
gst_video_aggregator_fill_queues (GstVideoAggregator * vagg, gst_video_aggregator_fill_queues (GstVideoAggregator * vagg,
GstClockTime output_start_running_time, GstClockTime output_start_running_time,
GstClockTime output_end_running_time) GstClockTime output_end_running_time)