mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-17 22:06:41 +00:00
webrtc: A couple of documentation fixes
set-*-description only takes the combined GstWebRTCSessionDescription object
This commit is contained in:
parent
c47fac42cd
commit
0a3f662ed6
1 changed files with 2 additions and 4 deletions
|
@ -4980,8 +4980,7 @@ gst_webrtc_bin_class_init (GstWebRTCBinClass * klass)
|
||||||
/**
|
/**
|
||||||
* GstWebRTCBin::set-local-description:
|
* GstWebRTCBin::set-local-description:
|
||||||
* @object: the #GstWebRtcBin
|
* @object: the #GstWebRtcBin
|
||||||
* @type: the type of description being set
|
* @desc: a #GstWebRTCSessionDescription description
|
||||||
* @sdp: a #GstSDPMessage description
|
|
||||||
* @promise (allow-none): a #GstPromise to be notified when it's set
|
* @promise (allow-none): a #GstPromise to be notified when it's set
|
||||||
*/
|
*/
|
||||||
gst_webrtc_bin_signals[SET_LOCAL_DESCRIPTION_SIGNAL] =
|
gst_webrtc_bin_signals[SET_LOCAL_DESCRIPTION_SIGNAL] =
|
||||||
|
@ -4994,8 +4993,7 @@ gst_webrtc_bin_class_init (GstWebRTCBinClass * klass)
|
||||||
/**
|
/**
|
||||||
* GstWebRTCBin::set-remote-description:
|
* GstWebRTCBin::set-remote-description:
|
||||||
* @object: the #GstWebRtcBin
|
* @object: the #GstWebRtcBin
|
||||||
* @type: the type of description being set
|
* @desc: a #GstWebRTCSessionDescription description
|
||||||
* @sdp: a #GstSDPMessage description
|
|
||||||
* @promise (allow-none): a #GstPromise to be notified when it's set
|
* @promise (allow-none): a #GstPromise to be notified when it's set
|
||||||
*/
|
*/
|
||||||
gst_webrtc_bin_signals[SET_REMOTE_DESCRIPTION_SIGNAL] =
|
gst_webrtc_bin_signals[SET_REMOTE_DESCRIPTION_SIGNAL] =
|
||||||
|
|
Loading…
Reference in a new issue