mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-09-01 17:33:50 +00:00
webrtc: Don't generate duplicated datachannel signal bindings
There are actual functions for these. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1729>
This commit is contained in:
parent
80005c4498
commit
ddac585715
1 changed files with 5 additions and 0 deletions
|
@ -61,6 +61,11 @@ final_type = true
|
|||
# takes ownership of SDP message
|
||||
manual = true
|
||||
|
||||
[[object.signal]]
|
||||
pattern = "(close|send-string|send-data)"
|
||||
# use actual functions
|
||||
ignore = true
|
||||
|
||||
[[object]]
|
||||
name = "GstWebRTC.WebRTCDTLSTransport"
|
||||
status = "generate"
|
||||
|
|
Loading…
Reference in a new issue