forked from mirrors/gstreamer-rs
webrtc/WebRTCDTLSTransport: Mandate 1.20 for API change in new
This commit is contained in:
parent
5b4a28e63d
commit
ae6d3e2b1b
1 changed files with 5 additions and 0 deletions
|
@ -50,6 +50,11 @@ name = "GstWebRTC.WebRTCDTLSTransport"
|
|||
status = "generate"
|
||||
final_type = true
|
||||
|
||||
[[object.function]]
|
||||
name = "new"
|
||||
# Function signature changed since 1.20
|
||||
version = "1.20"
|
||||
|
||||
[[object]]
|
||||
name = "GstWebRTC.WebRTCICETransport"
|
||||
status = "generate"
|
||||
|
|
Loading…
Reference in a new issue