mxfdemux: Properly return seeking errors if the requested position can't be found

This commit is contained in:
Sebastian Dröge 2011-07-08 11:52:17 +02:00
parent 0a7e6e4002
commit 6f2c2609ac

View file

@ -3358,7 +3358,7 @@ gst_mxf_demux_seek_pull (GstMXFDemux * demux, GstEvent * event)
GST_PAD_STREAM_UNLOCK (demux->sinkpad);
return TRUE;
return ret;
/* ERRORS */
wrong_format: