summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2013-09-21 15:17:54 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2013-09-21 15:17:54 +0200
commitea45653db9d5e7b1e7b4793bea5e3de219666ade (patch)
treec7246b1e6448a1ebf8ee862a69f35286077bcc7a
parent769bdaa41eb9e70d20d581b90f9fad5a62556a48 (diff)
sdp: fix docs
-rw-r--r--gst-libs/gst/sdp/gstsdpmessage.c14
1 files changed, 6 insertions, 8 deletions
diff --git a/gst-libs/gst/sdp/gstsdpmessage.c b/gst-libs/gst/sdp/gstsdpmessage.c
index 78ee27cd4..7a6384b1f 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.
*