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.
This commit is contained in:
Benjamin Otte 2004-04-23 02:32:58 +00:00
parent 0f65c3b6f4
commit 974fe660de
2 changed files with 6 additions and 1 deletions

View file

@ -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),

View 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");