sdpmessage: Add array length annotation to gst_sdp_message_parse_buffer

https://bugzilla.gnome.org/show_bug.cgi?id=729123
This commit is contained in:
Sebastian Dröge 2014-04-29 09:54:18 +02:00
parent 0011d8cbb5
commit 05ed7d5ba7

View 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
*