From 01b9874687c81e512d2fd0fbb556b04ad376f716 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Sun, 31 May 2015 20:21:42 -0300 Subject: [PATCH] structure: add note about missing field creation on _set() --- gst/gststructure.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst/gststructure.c b/gst/gststructure.c index 90e7cbe123..0617115a28 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. */