mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
ext/theora/theoradec.c: make comments work
Original commit message from CVS: 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de> * ext/theora/theoradec.c: (theora_dec_chain): make comments work * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_chain): add encoder tag, fix tag reading to be more error tolerant, change BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after gst_pad_event_default. * gst/tags/gstvorbistag.c: (gst_tag_list_from_vorbiscomment_buffer): undefine function specific define at end of function
This commit is contained in:
parent
2b6973d5da
commit
4ec44f3b01
1 changed files with 13 additions and 0 deletions
13
ChangeLog
13
ChangeLog
|
@ -1,3 +1,16 @@
|
|||
2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
|
||||
|
||||
* ext/theora/theoradec.c: (theora_dec_chain):
|
||||
make comments work
|
||||
* ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
|
||||
(vorbis_dec_src_event), (vorbis_dec_chain):
|
||||
add encoder tag, fix tag reading to be more error tolerant, change
|
||||
BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
|
||||
gst_pad_event_default.
|
||||
* gst/tags/gstvorbistag.c:
|
||||
(gst_tag_list_from_vorbiscomment_buffer):
|
||||
undefine function specific define at end of function
|
||||
|
||||
2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
|
||||
|
||||
* ext/flac/gstflac.c: (plugin_init):
|
||||
|
|
Loading…
Reference in a new issue