gst/flv/gstflvdemux.c: Fix non key unit seeking by always going to the previous keyfr...
authorJulien Moutte <julien@moutte.net>
Mon, 24 Nov 2008 11:17:19 +0000 (11:17 +0000)
committerJulien Moutte <julien@moutte.net>
Mon, 24 Nov 2008 11:17:19 +0000 (11:17 +0000)
commit25a21ecdef154073baa7a247126b72143f3fd44b
tree48b07e8820e1c98d3b01e238c30c52b016b3661f
parent2082d618f99327f27a76a2296c2846923c1bddf2
gst/flv/gstflvdemux.c: Fix non key unit seeking by always going to the previous keyframe. Mark the discont flag when ...

Original commit message from CVS:
2008-11-24  Julien Moutte  <julien@fluendo.com>

* gst/flv/gstflvdemux.c: (gst_flv_demux_find_offset),
(gst_flv_demux_handle_seek_push),
(gst_flv_demux_handle_seek_pull):
Fix non key unit seeking by always going to the previous
keyframe. Mark
the discont flag when we've moved in the file.
* gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate): MP3
streams
are parsed already, makes autoplugged pipelines shorter.
ChangeLog
gst/flv/gstflvdemux.c
gst/flv/gstflvparse.c