summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn Millikin <jmillikin@gmail.com>2008-01-03 12:26:03 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-01-03 12:26:03 +0000
commite8833df8140054748f60267de744e93f5d86b988 (patch)
treefde4960e95e17233edfd354ea0799dc03196cb86 /ChangeLog
parent311264bcf8df707de65e404aa5d66de150930bb2 (diff)
ext/flac/gstflacdec.c: Emit metadata messages when a PICTURE block is encountered.
Original commit message from CVS: Patch by: John Millikin <jmillikin at gmail dot com> * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder), (gst_flac_dec_setup_stream_decoder), (gst_flac_normalize_picture_mime_type), (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback): Emit metadata messages when a PICTURE block is encountered. Fixes #506715.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44ffafee..5c8a670e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2008-01-03 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Patch by: John Millikin <jmillikin at gmail dot com>
+
+ * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
+ (gst_flac_dec_setup_stream_decoder),
+ (gst_flac_normalize_picture_mime_type),
+ (gst_flac_extract_picture_buffer),
+ (gst_flac_dec_metadata_callback):
+ Emit metadata messages when a PICTURE block is encountered.
+ Fixes #506715.
+
2008-01-02 Thijs Vermeir <thijsvermeir@gmail.com>
* gst/avi/gstavi.c: