From 6c126cbfdf7cc56b608580b0254bfc0ff845def3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 15 Mar 2009 15:27:56 +0100 Subject: mxfdemux: Error out directly if pushing a packet downstream failed --- gst/mxf/mxfdemux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/mxf/mxfdemux.c') diff --git a/gst/mxf/mxfdemux.c b/gst/mxf/mxfdemux.c index 9e486f1e..733e920d 100644 --- a/gst/mxf/mxfdemux.c +++ b/gst/mxf/mxfdemux.c @@ -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++; -- cgit v1.2.1