From cceb3303ab904d6baf4d917bb9caa0365b239c43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 1 May 2014 15:11:04 +0200 Subject: [PATCH] sdp: Add some more gobject-introspection annotations for bindings https://bugzilla.gnome.org/show_bug.cgi?id=729123 --- gst-libs/gst/sdp/gstsdpmessage.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gst-libs/gst/sdp/gstsdpmessage.c b/gst-libs/gst/sdp/gstsdpmessage.c index 7b67945423..d2e02f068b 100644 --- a/gst-libs/gst/sdp/gstsdpmessage.c +++ b/gst-libs/gst/sdp/gstsdpmessage.c @@ -1188,7 +1188,7 @@ gst_sdp_message_add_bandwidth (GstSDPMessage * msg, const gchar * bwtype, * @t: a #GstSDPTime * @start: the start time * @stop: the stop time - * @repeat: (array): the repeat times + * @repeat: (array zero-terminated=1): the repeat times * * Set time information @start, @stop and @repeat in @t. * @@ -1309,7 +1309,7 @@ DEFINE_ARRAY_REMOVE (time, times, GstSDPTime, FREE_TIME); * @msg: a #GstSDPMessage * @start: the start time * @stop: the stop time - * @repeat: (array): the repeat times + * @repeat: (array zero-terminated=1): the repeat times * * Add time information @start and @stop to @msg. * @@ -1715,7 +1715,7 @@ gst_sdp_message_add_media (GstSDPMessage * msg, GstSDPMedia * media) /** * gst_sdp_media_new: - * @media: (out): pointer to new #GstSDPMedia + * @media: (out) (transfer full): pointer to new #GstSDPMedia * * Allocate a new GstSDPMedia and store the result in @media. *