mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 20:46:22 +00:00
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:
parent
1afeef0e8b
commit
e31407f9d2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue