little bugfix

Original commit message from CVS:
little bugfix
This commit is contained in:
Benjamin Otte 2003-02-03 15:45:18 +00:00
parent 6ad8197d61
commit 6fe0762e63

View file

@ -23,7 +23,7 @@ to create a GstCaps.
"audio/raw", /* mime type */
gst_props_new ( /* properties */
"format", GST_PROPS_STRING ("float"),
"layout", GST_PROPS_INT (5),
"channels", GST_PROPS_INT (5),
NULL));
</programlisting>