mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-09-01 01:13:48 +00:00
webrtc: Add gst::Object
parent and generate new WebRTCDTLSRole
enum
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1759>
This commit is contained in:
parent
fc61ed18dc
commit
876e9d199b
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@ external_libraries = [
|
|||
generate = [
|
||||
"GstWebRTC.WebRTCBundlePolicy",
|
||||
"GstWebRTC.WebRTCDataChannelState",
|
||||
"GstWebRTC.WebRTCDTLSRole",
|
||||
"GstWebRTC.WebRTCDTLSSetup",
|
||||
"GstWebRTC.WebRTCDTLSTransportState",
|
||||
"GstWebRTC.WebRTCError",
|
||||
|
@ -47,6 +48,7 @@ manual = [
|
|||
"GLib.Error",
|
||||
"GObject.Object",
|
||||
"Gst.Caps",
|
||||
"Gst.Object",
|
||||
"Gst.Structure",
|
||||
"GstSdp.SDPMessage",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue