mxfdemux: Properly return seeking errors if the requested position can't be found
This commit is contained in:
parent
0a7e6e4002
commit
6f2c2609ac
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user