oggdemux: resurrect some flow return handling

https://bugzilla.gnome.org/show_bug.cgi?id=744572
This commit is contained in:
Mark Nauwelaerts 2015-03-28 16:59:23 +01:00
parent f23736d52f
commit d1f91723be

View file

@ -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