mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
gst_webrtc_session_description_new: fix annotations
This commit is contained in:
parent
06e50313ad
commit
0178354e6e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue