sdpmessage: Add array length annotation to gst_sdp_message_parse_buffer
authorSebastian Dröge <sebastian@centricular.com>
Tue, 29 Apr 2014 07:54:18 +0000 (09:54 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 29 Apr 2014 07:54:38 +0000 (09:54 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=729123

gst-libs/gst/sdp/gstsdpmessage.c

index 6d8e4dc..7b67945 100644 (file)
@@ -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
  *