mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
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:
parent
0011d8cbb5
commit
05ed7d5ba7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue