ext/mad/gstid3tag.c: skip undecodable id3v2 tag instead of keeping it

Original commit message from CVS:
2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>

* ext/mad/gstid3tag.c: (gst_id3_tag_chain):
skip undecodable id3v2 tag instead of keeping it
This commit is contained in:
Benjamin Otte 2004-02-05 23:02:59 +00:00
parent 07ad633dcc
commit cc2443cb64
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
* ext/mad/gstid3tag.c: (gst_id3_tag_chain):
skip undecodable id3v2 tag instead of keeping it
2004-02-05 David Schleef <ds@schleef.org>
* gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):

View file

@ -933,7 +933,6 @@ gst_id3_tag_chain (GstPad *pad, GstData *data)
tag->parsed_tags = list;
} else {
GST_WARNING_OBJECT (tag, "detected ID3v2 tag, but couldn't parse it");
tag->v2tag_size = 0;
}
}
/* caps nego and typefinding */