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.
+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),
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");