webrtc: Fix data-channel send-string doc
authorPhilippe Normand <philn@igalia.com>
Sun, 23 Jun 2019 16:03:32 +0000 (17:03 +0100)
committerPhilippe Normand <philn@igalia.com>
Sun, 23 Jun 2019 16:03:32 +0000 (17:03 +0100)
ext/webrtc/webrtcdatachannel.c

index 5655da9..a831eb1 100644 (file)
@@ -1272,7 +1272,7 @@ gst_webrtc_data_channel_class_init (GstWebRTCDataChannelClass * klass)
   /**
    * GstWebRTCDataChannel::send-string:
    * @object: the #GstWebRTCDataChannel
-   * @data: (nullable): a #GBytes with the data
+   * @data: (nullable): the data to send as a string
    */
   gst_webrtc_data_channel_signals[SIGNAL_SEND_STRING] =
       g_signal_new_class_handler ("send-string", G_TYPE_FROM_CLASS (klass),