summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2010-06-02 16:36:11 +0200
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2010-06-02 17:27:22 +0200
commita8ffe6f593d8bcdc4634534c8e881cb3e21c302f (patch)
treea7901a6def135b77dfb150dd94e95db7f73adb1b
parent0bb2be3a7efdd415483a1349d46080a8f6919b80 (diff)
flvdemux: delayed seek handling also deserves TRUE event response
-rw-r--r--gst/flv/gstflvdemux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/flv/gstflvdemux.c b/gst/flv/gstflvdemux.c
index 666e79377..552484e9b 100644
--- a/gst/flv/gstflvdemux.c
+++ b/gst/flv/gstflvdemux.c
@@ -2543,6 +2543,8 @@ gst_flv_demux_handle_seek_pull (GstFlvDemux * demux, GstEvent * event,
demux->seek_event = gst_event_ref (event);
demux->seek_time = seeksegment.last_stop;
demux->state = FLV_STATE_SEEK;
+ /* do not know about succes yet, but we did care and handled it */
+ ret = TRUE;
goto exit;
}
/* now index should be as reliable as it can be for current purpose */