From a8ffe6f593d8bcdc4634534c8e881cb3e21c302f Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Wed, 2 Jun 2010 16:36:11 +0200 Subject: [PATCH] flvdemux: delayed seek handling also deserves TRUE event response --- gst/flv/gstflvdemux.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst/flv/gstflvdemux.c b/gst/flv/gstflvdemux.c index 666e793773..552484e9b1 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 */