gst/qtdemux/qtdemux.c: 'twos' and 'sowt' fourcc can be 16bit or 8bit audio.
authorFabrizio <fabrizio.ge@tiscali.it>
Sat, 21 Jan 2006 11:43:53 +0000 (11:43 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 21 Jan 2006 11:43:53 +0000 (11:43 +0000)
commite3ba1c0fd5f99782b7481f79e410a7cbf56c167b
treeb2955421748e1b6df98031e26b7c5bf07bf1ff98
parent3f2421c8a66a14310bbd94261bb13ac44939e911
gst/qtdemux/qtdemux.c: 'twos' and 'sowt' fourcc can be 16bit or 8bit audio.

Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
(qtdemux_audio_caps):
'twos' and 'sowt' fourcc can be 16bit or 8bit audio.
Fix 8bit case (#327133, based on patch by: Fabrizio
Gennari <fabrizio dot ge at tiscali dot it>).
Also, "G_LITTLE_ENDIAN" and "G_BIG_ENDIAN" are not
valid literals for endianness in caps strings,
only "LITTLE_ENDIAN" and "BIG_ENDIAN" are valid.
common
gst/qtdemux/qtdemux.c