mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
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:
parent
593b4c1af0
commit
3b7aec9e9e
2 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue