mxfdemux: Error out directly if pushing a packet downstream failed
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 15 Mar 2009 14:27:56 +0000 (15:27 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 21 Mar 2009 09:19:48 +0000 (10:19 +0100)
gst/mxf/mxfdemux.c

index 9e486f1..733e920 100644 (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++;