ext/vorbis/vorbisenc.c: Fix weird caps (#157548).

Original commit message from CVS:
reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
* ext/vorbis/vorbisenc.c: (raw_caps_factory):
Fix weird caps (#157548).
This commit is contained in:
Ronald S. Bultje 2004-11-06 22:50:09 +00:00
parent 52181d8327
commit 9aeea7c92b
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/vorbis/vorbisenc.c: (raw_caps_factory):
Fix weird caps (#157548).
2004-11-06 Tim-Philipp Müller <t.i.m@zen.co.uk>
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>

View file

@ -163,9 +163,9 @@ raw_caps_factory (void)
return
gst_caps_new_simple ("audio/x-raw-float",
"rate", GST_TYPE_INT_RANGE, 8000, 50000,
"channels", GST_TYPE_INT_RANGE, 1, 2, NULL,
"channels", GST_TYPE_INT_RANGE, 1, 2,
"endianness", G_TYPE_INT, G_BYTE_ORDER,
"width", G_TYPE_INT, 32, "buffer-frames", G_TYPE_INT, 0);
"width", G_TYPE_INT, 32, "buffer-frames", G_TYPE_INT, 0, NULL);
}
static void