mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
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:
parent
07ad633dcc
commit
cc2443cb64
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2004-02-05 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
* gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
|
* gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
|
||||||
|
|
|
@ -933,7 +933,6 @@ gst_id3_tag_chain (GstPad *pad, GstData *data)
|
||||||
tag->parsed_tags = list;
|
tag->parsed_tags = list;
|
||||||
} else {
|
} else {
|
||||||
GST_WARNING_OBJECT (tag, "detected ID3v2 tag, but couldn't parse it");
|
GST_WARNING_OBJECT (tag, "detected ID3v2 tag, but couldn't parse it");
|
||||||
tag->v2tag_size = 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* caps nego and typefinding */
|
/* caps nego and typefinding */
|
||||||
|
|
Loading…
Reference in a new issue