From e3ba1c0fd5f99782b7481f79e410a7cbf56c167b Mon Sep 17 00:00:00 2001 From: Fabrizio Date: Sat, 21 Jan 2006 11:43:53 +0000 Subject: 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 ). 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common b/common index 5b72280d..bc432534 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 5b72280d9ce34e312924e2c4831ed21c26f885eb +Subproject commit bc4325349e8d0ec90aa5c5e74566880cc2e82527 -- cgit