structure: add note about missing field creation on _set()
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Sun, 31 May 2015 23:21:42 +0000 (20:21 -0300)
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Sun, 31 May 2015 23:22:34 +0000 (20:22 -0300)
gst/gststructure.c

index 90e7cbe..0617115 100644 (file)
@@ -619,7 +619,8 @@ gst_structure_set_valist_internal (GstStructure * structure,
  * @fieldname: the name of the field to set
  * @...: variable arguments
  *
- * Parses the variable arguments and sets fields accordingly.
+ * Parses the variable arguments and sets fields accordingly. Fields that
+ * weren't already part of the structure are added as needed.
  * Variable arguments should be in the form field name, field type
  * (as a GType), value(s).  The last variable argument should be %NULL.
  */