webrtc: A couple of documentation fixes

set-*-description only takes the combined GstWebRTCSessionDescription
object
This commit is contained in:
Matthew Waters 2018-12-18 13:31:00 +11:00
parent c47fac42cd
commit 0a3f662ed6

View file

@ -4980,8 +4980,7 @@ gst_webrtc_bin_class_init (GstWebRTCBinClass * klass)
/**
* GstWebRTCBin::set-local-description:
* @object: the #GstWebRtcBin
* @type: the type of description being set
* @sdp: a #GstSDPMessage description
* @desc: a #GstWebRTCSessionDescription description
* @promise (allow-none): a #GstPromise to be notified when it's set
*/
gst_webrtc_bin_signals[SET_LOCAL_DESCRIPTION_SIGNAL] =
@ -4994,8 +4993,7 @@ gst_webrtc_bin_class_init (GstWebRTCBinClass * klass)
/**
* GstWebRTCBin::set-remote-description:
* @object: the #GstWebRtcBin
* @type: the type of description being set
* @sdp: a #GstSDPMessage description
* @desc: a #GstWebRTCSessionDescription description
* @promise (allow-none): a #GstPromise to be notified when it's set
*/
gst_webrtc_bin_signals[SET_REMOTE_DESCRIPTION_SIGNAL] =