summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn Millikin <jmillikin@gmail.com>2008-02-02 19:47:50 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-02-02 19:47:50 +0000
commit2fced64b4f4fa5fd799f322f63a3e993e1fe2db2 (patch)
tree588aac55807186bfebc0091e8d5c7f7b2df505bb /ChangeLog
parentcf1135694dc3356cef1827a6a2ac7cd2f03c0da1 (diff)
ext/flac/gstflacdec.c: Fix extraction of picture blocks with newer libflac versions again:
Original commit message from CVS: Patch by: John Millikin <jmillikin at gmail dot com> * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block), (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback): Fix extraction of picture blocks with newer libflac versions again: FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9a270fa..bb6885e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-02-02 Tim-Philipp Müller <tim at centricular dot net>
+ Patch by: John Millikin <jmillikin at gmail dot com>
+
+ * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
+ (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
+ Fix extraction of picture blocks with newer libflac versions again:
+ FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
+
+2008-02-02 Tim-Philipp Müller <tim at centricular dot net>
+
* tests/check/Makefile.am:
Add rtp-payloading test to VALGRIND_TO_FIX.