From 6fe0762e639ba782ef865ba0d8bbf04b2174b2bc Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 3 Feb 2003 15:45:18 +0000 Subject: [PATCH] little bugfix Original commit message from CVS: little bugfix --- docs/gst/tmpl/gstcaps.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gst/tmpl/gstcaps.sgml b/docs/gst/tmpl/gstcaps.sgml index a5b3bd0fe1..ff7bad4d28 100644 --- a/docs/gst/tmpl/gstcaps.sgml +++ b/docs/gst/tmpl/gstcaps.sgml @@ -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));