mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
rmdemux: resurrect some flow return handling
https://bugzilla.gnome.org/show_bug.cgi?id=744572
This commit is contained in:
parent
53642b1073
commit
573ce40fad
1 changed files with 2 additions and 1 deletions
|
@ -2562,7 +2562,8 @@ gst_rmdemux_parse_packet (GstRMDemux * rmdemux, GstBuffer * in, guint16 version)
|
||||||
ret = GST_FLOW_OK;
|
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:
|
beach:
|
||||||
return cret;
|
return cret;
|
||||||
|
|
Loading…
Reference in a new issue