summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-01-31 11:24:17 +0000
committerBenjamin Otte <otte@gnome.org>2004-01-31 11:24:17 +0000
commit4ec44f3b01f31a18c40162212bba83e3753686a0 (patch)
tree2e22851bdda5efc23c8c2f2b9797c8d37e9a796d /ChangeLog
parent2b6973d5da0f5ee0ba7d10f2e3e794e05efd666c (diff)
downloadgst-plugins-bad-4ec44f3b01f31a18c40162212bba83e3753686a0.tar.gz
gst-plugins-bad-4ec44f3b01f31a18c40162212bba83e3753686a0.tar.bz2
gst-plugins-bad-4ec44f3b01f31a18c40162212bba83e3753686a0.zip
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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 80909d9d..3400bebb 100644
--- a/ChangeLog
+++ b/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):