mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
structure: add note about missing field creation on _set()
This commit is contained in:
parent
c991c64fb2
commit
01b9874687
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue