From 2fced64b4f4fa5fd799f322f63a3e993e1fe2db2 Mon Sep 17 00:00:00 2001 From: John Millikin Date: Sat, 2 Feb 2008 19:47:50 +0000 Subject: ext/flac/gstflacdec.c: Fix extraction of picture blocks with newer libflac versions again: Original commit message from CVS: Patch by: John Millikin * 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). --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b9a270fa..bb6885e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-02-02 Tim-Philipp Müller + + Patch by: John Millikin + + * 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 * tests/check/Makefile.am: -- cgit