mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-04 22:48:54 +00:00
mxfdemux: Error out directly if pushing a packet downstream failed
This commit is contained in:
parent
fc70fb1706
commit
6c126cbfdf
1 changed files with 1 additions and 1 deletions
|
@ -1779,7 +1779,7 @@ gst_mxf_demux_handle_generic_container_essence_element (GstMXFDemux * demux,
|
|||
pad->last_stop);
|
||||
|
||||
if (ret != GST_FLOW_OK)
|
||||
break;
|
||||
goto out;
|
||||
|
||||
pad->current_essence_track_position++;
|
||||
|
||||
|
|
Loading…
Reference in a new issue