gst/matroska/matroska-demux.c: Fix demuxing of raw integer audio. The samples are...
authorSebastian Dröge <slomo@circular-chaos.org>
Sat, 2 Aug 2008 17:57:31 +0000 (17:57 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Sat, 2 Aug 2008 17:57:31 +0000 (17:57 +0000)
commitf5fdbfd4167f4e7d7db2e0c9f8a63648466f639b
tree96323ca602232ace77aeb231abd9027dafbf6a42
parentcbc3df738bf6802cbaea33fbbca9ac7434671953
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
gst/matroska/matroska-demux.c