little bugfix
authorBenjamin Otte <otte@gnome.org>
Mon, 3 Feb 2003 15:45:18 +0000 (15:45 +0000)
committerBenjamin Otte <otte@gnome.org>
Mon, 3 Feb 2003 15:45:18 +0000 (15:45 +0000)
Original commit message from CVS:
little bugfix

docs/gst/tmpl/gstcaps.sgml

index a5b3bd0..ff7bad4 100644 (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>