From 3b7aec9e9e16f1d29349603d07e006d3a7c678fb Mon Sep 17 00:00:00 2001 From: Julien Moutte Date: Mon, 27 Aug 2007 14:56:05 +0000 Subject: gst/flv/gstflvdemux.c: Make sure we initialize the seek result. Original commit message from CVS: 2007-08-27 Julien MOUTTE * gst/flv/gstflvdemux.c: (gst_flv_demux_handle_seek_pull): Make sure we initialize the seek result. --- gst/flv/gstflvdemux.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/flv/gstflvdemux.c') diff --git a/gst/flv/gstflvdemux.c b/gst/flv/gstflvdemux.c index 1c51840c..16250d1b 100644 --- a/gst/flv/gstflvdemux.c +++ b/gst/flv/gstflvdemux.c @@ -719,6 +719,7 @@ gst_flv_demux_handle_seek_pull (GstFLVDemux * demux, GstEvent * event) } else { /* or parse a tag */ demux->state = FLV_STATE_TAG_TYPE; } + ret = TRUE; } else { ret = TRUE; } -- cgit v1.2.1