mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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:
parent
0f65c3b6f4
commit
974fe660de
2 changed files with 6 additions and 1 deletions
|
@ -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),
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue