diff options
author | John Millikin <jmillikin@gmail.com> | 2008-01-03 12:26:03 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-01-03 12:26:03 +0000 |
commit | e8833df8140054748f60267de744e93f5d86b988 (patch) | |
tree | fde4960e95e17233edfd354ea0799dc03196cb86 /ChangeLog | |
parent | 311264bcf8df707de65e404aa5d66de150930bb2 (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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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: |