summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-11-06 13:29:37 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-11-06 13:29:37 +0000
commit48024902b096d0d85932cc7699048bcda23a5267 (patch)
tree9d5430e94fa83abaa5cc68ad06025793234595c4 /ChangeLog
parentd1f488a70280fe589051041bfe23b6d5f2f751d8 (diff)
Add bug number to the mp3parse mpeg 2.5 fix
Original commit message from CVS: Add bug number to the mp3parse mpeg 2.5 fix
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c971e481..2f77b558 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,7 +39,7 @@
* gst/mpegaudioparse/gstmpegaudioparse.c:
Calculate samples per frame correctly for "MPEG 2.5" layer 3.
- Fixes skipping on these files.
+ Fixes skipping on these files. Fixes bug #558564.
2008-10-14 Sebastian Dröge <slomo@circular-chaos.org>