mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-13 19:58:57 +00:00
gststructure: Set "transfer none" to return values that shouldn't be freed
This commit is contained in:
parent
9048b4dc2a
commit
479b7ff5f1
1 changed files with 1 additions and 1 deletions
|
@ -2232,7 +2232,7 @@ gst_structure_parse_value (gchar * str,
|
|||
/**
|
||||
* gst_structure_from_string:
|
||||
* @string: a string representation of a #GstStructure.
|
||||
* @end: (out) (allow-none): pointer to store the end of the string in.
|
||||
* @end: (out) (allow-none) (transfer none): pointer to store the end of the string in.
|
||||
*
|
||||
* Creates a #GstStructure from a string representation.
|
||||
* If end is not NULL, a pointer to the place inside the given string
|
||||
|
|
Loading…
Reference in a new issue