summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2005-03-23 12:01:59 +0000
committerBenjamin Otte <otte@gnome.org>2005-03-23 12:01:59 +0000
commite12db68cb8378873e58584b56c6608d8ae9e6998 (patch)
tree9817733ceeb9866b60cfa95aa9746bdde2a20c9d
parentff8850d6c495635d6bc10ba5b91080091db89ea2 (diff)
downloadgst-plugins-bad-e12db68cb8378873e58584b56c6608d8ae9e6998.tar.gz
gst-plugins-bad-e12db68cb8378873e58584b56c6608d8ae9e6998.tar.bz2
gst-plugins-bad-e12db68cb8378873e58584b56c6608d8ae9e6998.zip
ext/mad/gstid3tag.c: It's enough to parse ID#v1 tags with our own function. No need to ask libmad first.
Original commit message from CVS: * ext/mad/gstid3tag.c: (gst_id3_tag_chain): It's enough to parse ID#v1 tags with our own function. No need to ask libmad first.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f9153cfc..c82470a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-03-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
+
+ * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
+ It's enough to parse ID#v1 tags with our own function. No need to
+ ask libmad first.
+
2005-03-21 Tim-Philipp Müller <tim at centricular dot net>
* ext/mad/gstid3demuxbin.c: (probe_cb), (gst_id3demux_bin_init),