From adc1e646645ef6c6b726c600c57fefda66f4934c Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Fri, 25 May 2007 16:02:51 +0000 Subject: 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. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') 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 + + * 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 * gst/id3demux/gstid3demux.c: (gst_id3demux_reset), -- cgit