diff --git a/gst-libs/gst/sdp/gstsdpmessage.c b/gst-libs/gst/sdp/gstsdpmessage.c index 6d8e4dc9c3..7b67945423 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 *