mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
oggdemux: resurrect some flow return handling
https://bugzilla.gnome.org/show_bug.cgi?id=744572
This commit is contained in:
parent
f23736d52f
commit
d1f91723be
1 changed files with 2 additions and 1 deletions
|
@ -4542,7 +4542,8 @@ gst_ogg_demux_combine_flows (GstOggDemux * ogg, GstOggPad * pad,
|
|||
pad->last_ret = ret;
|
||||
pad->is_eos = (ret == GST_FLOW_EOS);
|
||||
|
||||
return gst_flow_combiner_update_flow (ogg->flowcombiner, ret);
|
||||
return gst_flow_combiner_update_pad_flow (ogg->flowcombiner,
|
||||
GST_PAD_CAST (pad), ret);
|
||||
}
|
||||
|
||||
static GstFlowReturn
|
||||
|
|
Loading…
Reference in a new issue