From 266c0bf8bf1a98cdf06d30eb35db81970fe8e98e Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Sat, 2 Aug 2008 17:52:16 +0000 Subject: gst/matroska/matroska-mux.c: Add support for muxing raw float audio now that the spec defines the endianness and add ... Original commit message from CVS: * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_setcaps): Add support for muxing raw float audio now that the spec defines the endianness and add support for muxing raw integer audio with 24 and 32 bits. Allow muxing of more than 8 audio channels. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 85698bcc..018dc15c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-08-02 Sebastian Dröge + + * gst/matroska/matroska-mux.c: + (gst_matroska_mux_audio_pad_setcaps): + Add support for muxing raw float audio now that the spec defines the + endianness and add support for muxing raw integer audio with 24 and + 32 bits. + + Allow muxing of more than 8 audio channels. + 2008-08-02 Sebastian Dröge * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid), -- cgit