mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
videoaggregator: use GstFlowReturn for flow returns
This commit is contained in:
parent
0355bb7c34
commit
90ec5e580b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue