caps: fix documenation typo

This commit is contained in:
Andoni Morales Alastruey 2012-01-27 12:16:05 +01:00 committed by Sebastian Dröge
parent 321ee10bd6
commit ded0ea049e

View 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,