summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2015-05-31 20:21:42 -0300
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2015-05-31 20:22:34 -0300
commit01b9874687c81e512d2fd0fbb556b04ad376f716 (patch)
treea0e119c22320ae2c46f9bd6def2fd5505b162f3c
parentc991c64fb262ee9a30303f48a5e0927e3c7fd681 (diff)
structure: add note about missing field creation on _set()
-rw-r--r--gst/gststructure.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/gststructure.c b/gst/gststructure.c
index 90e7cbe12..0617115a2 100644
--- a/gst/gststructure.c
+++ b/gst/gststructure.c
@@ -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.
*/