From 36de11520e7ab7d19e6d949fb13d91ccf46323e8 Mon Sep 17 00:00:00 2001 From: Philippe Normand Date: Sun, 23 Jun 2019 17:03:32 +0100 Subject: [PATCH] webrtc: Fix data-channel send-string doc --- ext/webrtc/webrtcdatachannel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/webrtc/webrtcdatachannel.c b/ext/webrtc/webrtcdatachannel.c index 5655da9639..a831eb161a 100644 --- a/ext/webrtc/webrtcdatachannel.c +++ b/ext/webrtc/webrtcdatachannel.c @@ -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),