From 2e084475371da456484ad003c19f33018916ca89 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 04efce64e3..f554ec2c15 100644 --- a/subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcbin.c +++ b/subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcbin.c @@ -8945,7 +8945,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