Structure
Description:
Creates a new Structure with the given name.
Parses the list of variable arguments and sets fields to the values listed. Variable arguments should be passed as field name, field type, and
value. Last variable argument should be null
.
Free-function: gst_structure_free
Parameters:
name |
name of new structure |
firstfield |
name of first field to set |
... |
additional arguments |
Returns:
a new Structure |