summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-05-25 16:02:51 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-05-25 16:02:51 +0000
commitadc1e646645ef6c6b726c600c57fefda66f4934c (patch)
tree11b75ffe292ccc211e1b866fda3fba2fd0e62094 /ChangeLog
parent4a7ecfb81482c873dc7b97c65dc601abdfbdc9fa (diff)
ext/flac/gstflacenc.*: Collect headers, add "streamheader" field to output caps and set
Original commit message from CVS: * ext/flac/gstflacenc.c: (gst_flac_enc_init), (notgst_value_array_append_buffer), (gst_flac_enc_process_stream_headers), (gst_flac_enc_write_callback), (gst_flac_enc_chain), (gst_flac_enc_change_state): * ext/flac/gstflacenc.h: Collect headers, add "streamheader" field to output caps and set BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux produces output according to the official FLAC-to-Ogg mapping instead of completely broken files. Fixes #426044.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 03e761f5..9f8b8494 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2007-05-25 Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/flac/gstflacenc.c: (gst_flac_enc_init),
+ (notgst_value_array_append_buffer),
+ (gst_flac_enc_process_stream_headers),
+ (gst_flac_enc_write_callback), (gst_flac_enc_chain),
+ (gst_flac_enc_change_state):
+ * ext/flac/gstflacenc.h:
+ Collect headers, add "streamheader" field to output caps and set
+ BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
+ produces output according to the official FLAC-to-Ogg mapping
+ instead of completely broken files. Fixes #426044.
+
2007-05-25 Jan Schmidt <thaytan@mad.scientist.com>
* gst/id3demux/gstid3demux.c: (gst_id3demux_reset),