From f5fdbfd4167f4e7d7db2e0c9f8a63648466f639b Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Sat, 2 Aug 2008 17:57:31 +0000 Subject: gst/matroska/matroska-demux.c: Fix demuxing of raw integer audio. The samples are unsigned only for 8 bit and signed ... Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps): Fix demuxing of raw integer audio. The samples are unsigned only for 8 bit and signed otherwise, not the other way around. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d875e35a..1418f68c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-08-02 Sebastian Dröge + + * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps): + Fix demuxing of raw integer audio. The samples are unsigned only for 8 + bit and signed otherwise, not the other way around. + 2008-08-02 Sebastian Dröge * gst/matroska/matroska-mux.c: -- cgit