From a8aa1e4e44bae73f4a60c89ca5fffafccd28698b Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Fri, 23 Apr 2004 02:32:58 +0000 Subject: gst-libs/gst/riff/riff-media.c: audio/x-raw-int with height rules! not. Now it's depth. Original commit message from CVS: * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): audio/x-raw-int with height rules! not. Now it's depth. --- gst-libs/gst/riff/riff-media.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst-libs/gst') diff --git a/gst-libs/gst/riff/riff-media.c b/gst-libs/gst/riff/riff-media.c index 16723738..2a7529a9 100644 --- a/gst-libs/gst/riff/riff-media.c +++ b/gst-libs/gst/riff/riff-media.c @@ -354,7 +354,7 @@ gst_riff_create_audio_caps (guint16 codec_id, caps = gst_caps_from_string ("audio/x-raw-int, " "endianness = (int) LITTLE_ENDIAN, " "signed = (boolean) { true, false }, " - "width = (int) { 8, 16 }, " "height = (int) { 8, 16 }"); + "width = (int) { 8, 16 }, " "depth = (int) { 8, 16 }"); } if (codec_name) *codec_name = g_strdup ("Uncompressed PCM audio"); -- cgit v1.2.1