rtp: Do not use deprecated gtk-doc 'Rename to' tag

GObject introspection GTK-Doc tag "Rename to" has been deprecated, changing to
rename-to annotation.

https://bugzilla.gnome.org/show_bug.cgi?id=739514
This commit is contained in:
Luis de Bethencourt 2014-11-01 20:08:01 +00:00
parent c409d134de
commit 7ca8e6e71d

View file

@ -703,7 +703,7 @@ gst_rtp_buffer_get_extension_data (GstRTPBuffer * rtp, guint16 * bits,
}
/**
* gst_rtp_buffer_get_extension_bytes:
* gst_rtp_buffer_get_extension_bytes: (rename-to gst_rtp_buffer_get_extension_data)
* @rtp: the RTP packet
* @bits: (out): location for header bits
*
@ -719,8 +719,6 @@ gst_rtp_buffer_get_extension_data (GstRTPBuffer * rtp, guint16 * bits,
* Returns: (transfer full): A new #GBytes if an extension header was present
* and %NULL otherwise.
*
* Rename to: gst_rtp_buffer_get_extension_data
*
* Since: 1.2
*/
GBytes *
@ -1148,7 +1146,7 @@ gst_rtp_buffer_get_payload (GstRTPBuffer * rtp)
}
/**
* gst_rtp_buffer_get_payload_bytes:
* gst_rtp_buffer_get_payload_bytes: (rename-to gst_rtp_buffer_get_payload)
* @rtp: the RTP packet
*
* Similar to gst_rtp_buffer_get_payload, but more suitable for language
@ -1157,8 +1155,6 @@ gst_rtp_buffer_get_payload (GstRTPBuffer * rtp)
*
* Returns: (transfer full): A new #GBytes containing the payload data in @rtp.
*
* Rename to: gst_rtp_buffer_get_payload
*
* Since: 1.2
*/
GBytes *