webrtc: A couple of documentation fixes
authorMatthew Waters <matthew@centricular.com>
Tue, 18 Dec 2018 02:31:00 +0000 (13:31 +1100)
committerMatthew Waters <matthew@centricular.com>
Wed, 19 Dec 2018 00:44:06 +0000 (00:44 +0000)
set-*-description only takes the combined GstWebRTCSessionDescription
object

ext/webrtc/gstwebrtcbin.c

index 355fbf6..0a967ab 100644 (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] =