From cfafeaf4dace5be7b7f2d51d139ae438eea9b212 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Thu, 16 Feb 2006 10:58:18 +0000 Subject: gst/id3demux/id3tags.c: ID3 2.3.0 used synch-safe integers for the tag size, but not for the frame size. (Fixes #331368) Original commit message from CVS: * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list): ID3 2.3.0 used synch-safe integers for the tag size, but not for the frame size. (Fixes #331368) --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 804a0daa..dc591236 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-02-16 Jan Schmidt + + * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list): + ID3 2.3.0 used synch-safe integers for the tag size, but not for the + frame size. (Fixes #331368) + 2006-02-16 Wim Taymans * gst/rtsp/README: -- cgit