mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-14 11:25:39 +00:00
videoaggregator: use GstFlowReturn for flow returns
This commit is contained in:
parent
0ffa10652a
commit
6c79262b6e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue