mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +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:
|
* gst_webrtc_session_description_new:
|
||||||
* @type: a #GstWebRTCSDPType
|
* @type: a #GstWebRTCSDPType
|
||||||
* @sdp: a #GstSDPMessage
|
* @sdp: (transfer full): a #GstSDPMessage
|
||||||
*
|
*
|
||||||
* Returns: (transfer full): a new #GstWebRTCSessionDescription from @type
|
* Returns: (transfer full): a new #GstWebRTCSessionDescription from @type
|
||||||
* and @sdp
|
* and @sdp
|
||||||
|
|
Loading…
Reference in a new issue