gst-libs/gst/riff/riff-media.c: audio/x-raw-int with height rules! not. Now it's...
authorBenjamin Otte <otte@gnome.org>
Fri, 23 Apr 2004 02:32:58 +0000 (02:32 +0000)
committerBenjamin Otte <otte@gnome.org>
Fri, 23 Apr 2004 02:32:58 +0000 (02:32 +0000)
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.

ChangeLog
gst-libs/gst/riff/riff-media.c

index afd46b1..c4108f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-23  Benjamin Otte  <otte@gnome.org>
+
+       * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
+         audio/x-raw-int with height rules! not. Now it's depth.
+
 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
 
        * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
index 1672373..2a7529a 100644 (file)
@@ -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");