ext/flac/gstflacdec.c: Fix extraction of picture blocks with newer libflac versions...
authorJohn Millikin <jmillikin@gmail.com>
Sat, 2 Feb 2008 19:47:50 +0000 (19:47 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 2 Feb 2008 19:47:50 +0000 (19:47 +0000)
commit2fced64b4f4fa5fd799f322f63a3e993e1fe2db2
tree588aac55807186bfebc0091e8d5c7f7b2df505bb
parentcf1135694dc3356cef1827a6a2ac7cd2f03c0da1
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).
ChangeLog
ext/flac/gstflacdec.c