gst/flv/gstflvdemux.c: Make sure we initialize the seek result.

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.
This commit is contained in:
Julien Moutte 2007-08-27 14:56:05 +00:00
parent 593b4c1af0
commit 3b7aec9e9e
2 changed files with 6 additions and 0 deletions

View file

@ -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:

View 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;
}