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: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5131>
This commit is contained in:
Ryan Pavlik 2023-07-26 16:45:18 -05:00 committed by GStreamer Marge Bot
parent 1afeef0e8b
commit e31407f9d2

View file

@ -9113,7 +9113,7 @@ gst_webrtc_bin_class_init (GstWebRTCBinClass * klass)
G_CALLBACK (gst_webrtc_bin_add_turn_server), NULL, NULL, NULL, G_CALLBACK (gst_webrtc_bin_add_turn_server), NULL, NULL, NULL,
G_TYPE_BOOLEAN, 1, G_TYPE_STRING); G_TYPE_BOOLEAN, 1, G_TYPE_STRING);
/* /**
* GstWebRTCBin::create-data-channel: * GstWebRTCBin::create-data-channel:
* @object: the #GstWebRTCBin * @object: the #GstWebRTCBin
* @label: the label for the data channel * @label: the label for the data channel