diff options
| author | Jan Schmidt <thaytan@mad.scientist.com> | 2006-02-16 10:58:18 +0000 |
|---|---|---|
| committer | Jan Schmidt <thaytan@mad.scientist.com> | 2006-02-16 10:58:18 +0000 |
| commit | cfafeaf4dace5be7b7f2d51d139ae438eea9b212 (patch) | |
| tree | 23eda55920b72146a0f587d8322cbfb003dcfd74 /ChangeLog | |
| parent | d465618d5b76c800939cd01c1dc0991447212362 (diff) | |
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)
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-02-16 Jan Schmidt <thaytan@mad.scientist.com> + + * 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 <wim@fluendo.com> * gst/rtsp/README: |
