From b7dcc1908490d94b8c14b83f9683f3c802776ab6 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Sat, 9 Aug 2008 14:02:27 +0000 Subject: gst/matroska/matroska-mux.c: We need to drop one additional buffer for FLAC as the fLaC marker and STREAMINFO block a... Original commit message from CVS: * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_sink_event), (flac_streamheader_to_codecdata): We need to drop one additional buffer for FLAC as the fLaC marker and STREAMINFO block are merged into one buffer in the caps. Also don't pretend to support NEWSEGMENT events, otherwise we will most probably write some invalid data. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9da815f0..bebd86fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2008-08-09 Sebastian Dröge + + * gst/matroska/matroska-mux.c: + (gst_matroska_mux_handle_sink_event), + (flac_streamheader_to_codecdata): + We need to drop one additional buffer for FLAC as the fLaC + marker and STREAMINFO block are merged into one buffer in the caps. + + Also don't pretend to support NEWSEGMENT events, otherwise we + will most probably write some invalid data. + 2008-08-09 Sebastian Dröge * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata), -- cgit