diff options
-rw-r--r-- | gst-libs/gst/webrtc/rtcsessiondescription.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/webrtc/rtcsessiondescription.c b/gst-libs/gst/webrtc/rtcsessiondescription.c index 3987ab63f..af5cd1c0d 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 |