summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-04-29 09:54:18 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-04-29 09:54:38 +0200
commit05ed7d5ba761c9befff8af6241f8cebb9fc419df (patch)
tree704035e70ef191f7d745ce48cc3ab5bae30d6a47
parent0011d8cbb50ad3f4db89ce0f7dc4172e55f34c55 (diff)
sdpmessage: Add array length annotation to gst_sdp_message_parse_buffer
https://bugzilla.gnome.org/show_bug.cgi?id=729123
-rw-r--r--gst-libs/gst/sdp/gstsdpmessage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/sdp/gstsdpmessage.c b/gst-libs/gst/sdp/gstsdpmessage.c
index 6d8e4dc9c..7b6794542 100644
--- a/gst-libs/gst/sdp/gstsdpmessage.c
+++ b/gst-libs/gst/sdp/gstsdpmessage.c
@@ -2934,7 +2934,7 @@ gst_sdp_parse_line (SDPContext * c, gchar type, gchar * buffer)
/**
* gst_sdp_message_parse_buffer:
- * @data: the start of the buffer
+ * @data: (array length=size): the start of the buffer
* @size: the size of the buffer
* @msg: the result #GstSDPMessage
*