From ea45653db9d5e7b1e7b4793bea5e3de219666ade Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sat, 21 Sep 2013 15:17:54 +0200 Subject: [PATCH] sdp: fix docs --- gst-libs/gst/sdp/gstsdpmessage.c | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/gst-libs/gst/sdp/gstsdpmessage.c b/gst-libs/gst/sdp/gstsdpmessage.c index 78ee27c..7a6384b 100644 --- a/gst-libs/gst/sdp/gstsdpmessage.c +++ b/gst-libs/gst/sdp/gstsdpmessage.c @@ -1121,8 +1121,7 @@ DEFINE_ARRAY_GETTER (bandwidth, bandwidths, GstSDPBandwidth); * gst_sdp_message_insert_bandwidth: * @msg: a #GstSDPMessage * @idx: an index - * @bwtype: the bandwidth modifier type - * @bandwidth: the bandwidth in kilobits per second + * @bw: the bandwidth * * Insert bandwidth parameters into the array of bandwidths in @msg * at index @idx. @@ -1139,10 +1138,9 @@ DEFINE_ARRAY_INSERT (bandwidth, bandwidths, GstSDPBandwidth *, DUP_BANDWIDTH, * gst_sdp_message_replace_bandwidth: * @msg: a #GstSDPMessage * @idx: the bandwidth index - * @bwtype: the bandwidth modifier type - * @bandwidth: the bandwidth in kilobits per second + * @bw: the bandwidth * - * Replace the bandwidth information in @msg at index @idx with @bwtype and @bandwidth. + * Replace the bandwidth information in @msg at index @idx with @bw. * * Returns: a #GstSDPResult. * @@ -1602,7 +1600,7 @@ gst_sdp_message_get_attribute_val (const GstSDPMessage * msg, const gchar * key) * gst_sdp_message_insert_attribute: * @msg: a #GstSDPMessage * @idx: an index - * @attribute a #GstSDPAttribute + * @attr: a #GstSDPAttribute * * Insert attribute into the array of attributes in @msg * at index @idx. @@ -1619,9 +1617,9 @@ DEFINE_ARRAY_INSERT (attribute, attributes, GstSDPAttribute *, DUP_ATTRIBUTE, * gst_sdp_message_replace_attribute: * @msg: a #GstSDPMessage * @idx: the index - * @attribute: a #GstSDPAttribute + * @attr: a #GstSDPAttribute * - * Replace the attribute in @msg at index @idx with @attribute. + * Replace the attribute in @msg at index @idx with @attr. * * Returns: a #GstSDPResult. * -- 2.7.4