From e31407f9d2d726b25a6df8b9460b35a4097bcccc Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Wed, 26 Jul 2023 16:45:18 -0500 Subject: [PATCH] webrtc: Fix docs for create-data-channel action signal Initial line of the doc comment was incorrect, so the nicely written docs were not being extracted. Part-of: --- subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcbin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcbin.c b/subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcbin.c index f25feb25d6..a5b023155b 100644 --- a/subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcbin.c +++ b/subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcbin.c @@ -9113,7 +9113,7 @@ gst_webrtc_bin_class_init (GstWebRTCBinClass * klass) G_CALLBACK (gst_webrtc_bin_add_turn_server), NULL, NULL, NULL, G_TYPE_BOOLEAN, 1, G_TYPE_STRING); - /* + /** * GstWebRTCBin::create-data-channel: * @object: the #GstWebRTCBin * @label: the label for the data channel