From 0178354e6e8598ab14091103db832e23ee1bdfcc Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Mon, 11 Jun 2018 18:34:24 +0200 Subject: [PATCH] gst_webrtc_session_description_new: fix annotations --- gst-libs/gst/webrtc/rtcsessiondescription.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/webrtc/rtcsessiondescription.c b/gst-libs/gst/webrtc/rtcsessiondescription.c index 3987ab63f4..af5cd1c0d7 100644 --- a/gst-libs/gst/webrtc/rtcsessiondescription.c +++ b/gst-libs/gst/webrtc/rtcsessiondescription.c @@ -98,7 +98,7 @@ gst_webrtc_session_description_free (GstWebRTCSessionDescription * desc) /** * gst_webrtc_session_description_new: * @type: a #GstWebRTCSDPType - * @sdp: a #GstSDPMessage + * @sdp: (transfer full): a #GstSDPMessage * * Returns: (transfer full): a new #GstWebRTCSessionDescription from @type * and @sdp