summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <edward.hervey@collabora.co.uk>2012-01-26 18:53:51 +0100
committerEdward Hervey <edward.hervey@collabora.co.uk>2012-01-26 18:54:50 +0100
commit479b7ff5f1282f3b63641e59b2de09848a30657b (patch)
treec865485fa1c3f8bde80b65a5a8bdd1ad66a22f78
parent9048b4dc2af3d80ff696280565143975da80d017 (diff)
gststructure: Set "transfer none" to return values that shouldn't be freed
-rw-r--r--gst/gststructure.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gststructure.c b/gst/gststructure.c
index 531009222f..33918e35b3 100644
--- a/gst/gststructure.c
+++ b/gst/gststructure.c
@@ -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