caps: fix documenation typo
authorAndoni Morales Alastruey <amorales@flumotion.com>
Fri, 27 Jan 2012 11:16:05 +0000 (12:16 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 27 Jan 2012 17:14:50 +0000 (18:14 +0100)
gst/gstcaps.c

index cc410a3..2ada66f 100644 (file)
@@ -44,7 +44,7 @@
  *  <programlisting>
  *  GstCaps *caps;
  *  caps = gst_caps_new_simple ("video/x-raw",
- *       "format", G_TYPE_STRING, "I420"),
+ *       "format", G_TYPE_STRING, "I420",
  *       "framerate", GST_TYPE_FRACTION, 25, 1,
  *       "pixel-aspect-ratio", GST_TYPE_FRACTION, 1, 1,
  *       "width", G_TYPE_INT, 320,