From ded0ea049edbd7026901f4f6b68fdac6d20f6c98 Mon Sep 17 00:00:00 2001 From: Andoni Morales Alastruey Date: Fri, 27 Jan 2012 12:16:05 +0100 Subject: [PATCH] caps: fix documenation typo --- gst/gstcaps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstcaps.c b/gst/gstcaps.c index cc410a3..2ada66f 100644 --- a/gst/gstcaps.c +++ b/gst/gstcaps.c @@ -44,7 +44,7 @@ * * 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, -- 2.7.4