summaryrefslogtreecommitdiff
path: root/gst/mxf
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2011-07-08 11:52:17 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2011-07-08 11:52:17 +0200
commit6f2c2609acdfca8a86b7d21c6019ecf125040c1b (patch)
treef411ebbbbdaff97296990b587f75a11197d89928 /gst/mxf
parent0a7e6e4002b76c99308a9aa99d3810e998b2bd27 (diff)
mxfdemux: Properly return seeking errors if the requested position can't be found
Diffstat (limited to 'gst/mxf')
-rw-r--r--gst/mxf/mxfdemux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mxf/mxfdemux.c b/gst/mxf/mxfdemux.c
index 3db4413713..a4fde1f802 100644
--- a/gst/mxf/mxfdemux.c
+++ b/gst/mxf/mxfdemux.c
@@ -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: