rmdemux: resurrect some flow return handling
https://bugzilla.gnome.org/show_bug.cgi?id=744572
This commit is contained in:
parent
53642b1073
commit
573ce40fad
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user