diff --git a/gst/isomp4/gstqtmux.c b/gst/isomp4/gstqtmux.c index cdd06134e2..1bc39a5462 100644 --- a/gst/isomp4/gstqtmux.c +++ b/gst/isomp4/gstqtmux.c @@ -409,7 +409,7 @@ static void gst_qt_mux_release_pad (GstElement * element, GstPad * pad); /* event */ static gboolean gst_qt_mux_sink_event (GstAggregator * agg, GstAggregatorPad * agg_pad, GstEvent * event); -static gboolean gst_qt_mux_sink_event_pre_queue (GstAggregator * self, +static GstFlowReturn gst_qt_mux_sink_event_pre_queue (GstAggregator * self, GstAggregatorPad * aggpad, GstEvent * event); /* aggregator */