diff options
author | Benjamin Otte <otte@gnome.org> | 2005-03-23 12:01:59 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2005-03-23 12:01:59 +0000 |
commit | e12db68cb8378873e58584b56c6608d8ae9e6998 (patch) | |
tree | 9817733ceeb9866b60cfa95aa9746bdde2a20c9d | |
parent | ff8850d6c495635d6bc10ba5b91080091db89ea2 (diff) | |
download | gst-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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), |