From 7ca8e6e71dc43732ecbdb13d52336151f78086ae Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Sat, 1 Nov 2014 20:08:01 +0000 Subject: [PATCH] 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 --- gst-libs/gst/rtp/gstrtpbuffer.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/gst-libs/gst/rtp/gstrtpbuffer.c b/gst-libs/gst/rtp/gstrtpbuffer.c index d67580c0b9..af398235da 100644 --- a/gst-libs/gst/rtp/gstrtpbuffer.c +++ b/gst-libs/gst/rtp/gstrtpbuffer.c @@ -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 *