summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-08-09 14:02:27 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-08-09 14:02:27 +0000
commitb7dcc1908490d94b8c14b83f9683f3c802776ab6 (patch)
tree4957dd1968444e83586c60ff73985d5cc7bdc993 /ChangeLog
parentb6f5226f0415f1068f09d99ca4fc5cd4d819b175 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9da815f0..bebd86fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2008-08-09 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * 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 <sebastian.droege@collabora.co.uk>
+
* gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
(gst_matroska_mux_audio_pad_setcaps):
Add support for muxing FLAC into Matroska containers.