mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +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/5134>
This commit is contained in:
parent
b979ca0dcc
commit
2e08447537
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue