From: Sebastian Dröge Date: Tue, 29 Apr 2014 07:54:18 +0000 (+0200) Subject: sdpmessage: Add array length annotation to gst_sdp_message_parse_buffer X-Git-Tag: 1.19.3~511^2~4571 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=05ed7d5ba761c9befff8af6241f8cebb9fc419df;p=platform%2Fupstream%2Fgstreamer.git sdpmessage: Add array length annotation to gst_sdp_message_parse_buffer https://bugzilla.gnome.org/show_bug.cgi?id=729123 --- 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 *