mxfdemux: Error out directly if pushing a packet downstream failed

This commit is contained in:
Sebastian Dröge 2009-03-15 15:27:56 +01:00
parent fc70fb1706
commit 6c126cbfdf

View file

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