From 05ed7d5ba761c9befff8af6241f8cebb9fc419df Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 29 Apr 2014 09:54:18 +0200 Subject: [PATCH] sdpmessage: Add array length annotation to gst_sdp_message_parse_buffer https://bugzilla.gnome.org/show_bug.cgi?id=729123 --- gst-libs/gst/sdp/gstsdpmessage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/sdp/gstsdpmessage.c b/gst-libs/gst/sdp/gstsdpmessage.c index 6d8e4dc..7b67945 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 * -- 2.7.4