summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-07-22 17:32:33 +0100
committerTim-Philipp Müller <tim@centricular.com>2016-07-22 17:32:33 +0100
commit12a10980b333bffb324ed1d8b3c8aae442a86056 (patch)
tree8c536e57facd5c812a13ca71e570ffc0d1da3bc4 /gst
parente5a78516a8afb9723523a3acb7bee6da4bae3afd (diff)
message: fix some nonsensical annotations
Diffstat (limited to 'gst')
-rw-r--r--gst/gstmessage.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/gstmessage.c b/gst/gstmessage.c
index 821ba5a457..a0b89b2b03 100644
--- a/gst/gstmessage.c
+++ b/gst/gstmessage.c
@@ -455,7 +455,7 @@ gst_message_new_error (GstObject * src, GError * error, const gchar * debug)
/**
* gst_message_parse_error_details:
- * @message: (transfer none): The message object
+ * @message: The message object
* @structure: (out): A pointer to the returned details
*
* Returns the optional details structure, may be NULL if none.
@@ -543,7 +543,7 @@ gst_message_new_warning (GstObject * src, GError * error, const gchar * debug)
/**
* gst_message_parse_warning_details:
- * @message: (transfer none): The message object
+ * @message: The message object
* @structure: (out): A pointer to the returned details structure
*
* Returns the optional details structure, may be NULL if none
@@ -631,7 +631,7 @@ gst_message_new_info (GstObject * src, GError * error, const gchar * debug)
/**
* gst_message_parse_info_details:
- * @message: (transfer none): The message object
+ * @message: The message object
* @structure: (out): A pointer to the returned details structure
*
* Returns the optional details structure, may be NULL if none