rmdemux: 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:58:26 +01:00
parent 53642b1073
commit 573ce40fad

View file

@ -2562,7 +2562,8 @@ gst_rmdemux_parse_packet (GstRMDemux * rmdemux, GstBuffer * in, guint16 version)
ret = GST_FLOW_OK;
}
cret = gst_flow_combiner_update_flow (rmdemux->flowcombiner, ret);
cret = gst_flow_combiner_update_pad_flow (rmdemux->flowcombiner, stream->pad,
ret);
beach:
return cret;