summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2018-12-18 13:31:00 +1100
committerMatthew Waters <matthew@centricular.com>2018-12-19 00:44:06 +0000
commit0a3f662ed6f2090e68ec3415aada5d6eb85413c9 (patch)
tree5ffd840c7f91cf8e3619af45e21255d44120d67a /ext
parentc47fac42cdc5ea18a1d2e9c7dd2953f37709b238 (diff)
downloadgstreamer-plugins-bad-0a3f662ed6f2090e68ec3415aada5d6eb85413c9.tar.gz
webrtc: A couple of documentation fixes
set-*-description only takes the combined GstWebRTCSessionDescription object
Diffstat (limited to 'ext')
-rw-r--r--ext/webrtc/gstwebrtcbin.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/ext/webrtc/gstwebrtcbin.c b/ext/webrtc/gstwebrtcbin.c
index 355fbf6d1..0a967abe5 100644
--- a/ext/webrtc/gstwebrtcbin.c
+++ b/ext/webrtc/gstwebrtcbin.c
@@ -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] =