From: Wim Taymans Date: Tue, 5 Feb 2013 12:44:06 +0000 (+0100) Subject: structure: change argument name for docs X-Git-Tag: 1.1.1~290 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea6b05d1260884e3994aef2604d58baf623b0e71;p=platform%2Fupstream%2Fgstreamer.git structure: change argument name for docs --- diff --git a/gst/gststructure.h b/gst/gststructure.h index 059d339..0e43912 100644 --- a/gst/gststructure.h +++ b/gst/gststructure.h @@ -95,7 +95,7 @@ GstStructure * gst_structure_new (const gchar * name, GstStructure * gst_structure_new_valist (const gchar * name, const gchar * firstfield, - va_list lovarargs) G_GNUC_MALLOC; + va_list varargs) G_GNUC_MALLOC; GstStructure * gst_structure_new_id (GQuark name_quark, GQuark field_quark,