mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
ext/ogg/gstoggdemux.c: Faster seeking.
Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query), (gst_ogg_demux_src_event), (gst_ogg_pad_populate), (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new): Faster seeking. * ext/theora/theoradec.c: (theora_dec_sink_convert): Time-to-default conversion. * ext/vorbis/vorbisdec.c: (vorbis_dec_chain): Don't error on unknown packets, just skip. We should probably read them if we want to support chained ogg.
This commit is contained in:
parent
9e9fdc81c9
commit
07f20e09e8
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
2004-10-18 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
|
||||
(gst_ogg_demux_src_event), (gst_ogg_pad_populate),
|
||||
(_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
|
||||
Faster seeking.
|
||||
* ext/theora/theoradec.c: (theora_dec_sink_convert):
|
||||
Time-to-default conversion.
|
||||
* ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
|
||||
Don't error on unknown packets, just skip. We should probably
|
||||
read them if we want to support chained ogg.
|
||||
|
||||
2004-10-18 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* configure.ac:
|
||||
|
|
Loading…
Reference in a new issue