gst/flv/gstflvdemux.c: Make sure we initialize the seek result.
authorJulien Moutte <julien@moutte.net>
Mon, 27 Aug 2007 14:56:05 +0000 (14:56 +0000)
committerJulien Moutte <julien@moutte.net>
Mon, 27 Aug 2007 14:56:05 +0000 (14:56 +0000)
Original commit message from CVS:
2007-08-27  Julien MOUTTE  <julien@moutte.net>

* gst/flv/gstflvdemux.c: (gst_flv_demux_handle_seek_pull):
Make sure we initialize the seek result.

ChangeLog
gst/flv/gstflvdemux.c

index 2d31eae..c1e20e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-27  Julien MOUTTE  <julien@moutte.net>
+
+       * gst/flv/gstflvdemux.c: (gst_flv_demux_handle_seek_pull):
+       Make sure we initialize the seek result.
+
 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
 
        * gst/dvdspu/Makefile.am:
index 1c51840..16250d1 100644 (file)
@@ -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;
   }