2018-03-15 16:04:49 +00:00
|
|
|
[options]
|
2021-04-12 09:42:41 +00:00
|
|
|
girs_directories = ["../gir-files", "../gst-gir-files"]
|
2018-03-15 16:04:49 +00:00
|
|
|
library = "GstWebRTC"
|
|
|
|
version = "1.0"
|
|
|
|
min_cfg_version = "1.14"
|
|
|
|
work_mode = "normal"
|
|
|
|
concurrency = "send+sync"
|
|
|
|
generate_safety_asserts = true
|
2018-04-23 17:34:22 +00:00
|
|
|
single_version_file = true
|
2018-12-08 09:05:20 +00:00
|
|
|
generate_display_trait = false
|
2022-10-18 11:17:00 +00:00
|
|
|
trust_return_value_nullability = true
|
2018-03-15 16:04:49 +00:00
|
|
|
|
|
|
|
external_libraries = [
|
|
|
|
"GLib",
|
|
|
|
"GObject",
|
|
|
|
"Gst",
|
|
|
|
"GstSdp",
|
|
|
|
]
|
|
|
|
|
|
|
|
generate = [
|
2021-09-28 12:17:02 +00:00
|
|
|
"GstWebRTC.WebRTCBundlePolicy",
|
|
|
|
"GstWebRTC.WebRTCDataChannelState",
|
|
|
|
"GstWebRTC.WebRTCDTLSSetup",
|
2018-03-15 16:04:49 +00:00
|
|
|
"GstWebRTC.WebRTCDTLSTransportState",
|
2022-01-29 16:15:34 +00:00
|
|
|
"GstWebRTC.WebRTCError",
|
2021-09-28 12:17:02 +00:00
|
|
|
"GstWebRTC.WebRTCFECType",
|
2022-08-18 10:41:44 +00:00
|
|
|
"GstWebRTC.WebRTCICECandidateStats",
|
2021-09-28 12:17:02 +00:00
|
|
|
"GstWebRTC.WebRTCICEComponent",
|
2018-03-15 16:04:49 +00:00
|
|
|
"GstWebRTC.WebRTCICEConnectionState",
|
2021-09-28 12:17:02 +00:00
|
|
|
"GstWebRTC.WebRTCICEGatheringState",
|
2018-03-15 16:04:49 +00:00
|
|
|
"GstWebRTC.WebRTCICERole",
|
2022-08-14 09:39:01 +00:00
|
|
|
"GstWebRTC.WebRTCICEStream",
|
2021-09-28 12:17:02 +00:00
|
|
|
"GstWebRTC.WebRTCICETransportPolicy",
|
|
|
|
"GstWebRTC.WebRTCKind",
|
2018-06-04 06:00:09 +00:00
|
|
|
"GstWebRTC.WebRTCPeerConnectionState",
|
2021-09-28 12:17:02 +00:00
|
|
|
"GstWebRTC.WebRTCPriorityType",
|
2018-06-04 06:00:09 +00:00
|
|
|
"GstWebRTC.WebRTCRTPTransceiverDirection",
|
2021-09-28 12:17:02 +00:00
|
|
|
"GstWebRTC.WebRTCSCTPTransportState",
|
2022-10-18 11:17:00 +00:00
|
|
|
"GstWebRTC.WebRTCSDPType",
|
2018-06-04 06:00:09 +00:00
|
|
|
"GstWebRTC.WebRTCSignalingState",
|
|
|
|
"GstWebRTC.WebRTCStatsType",
|
2018-03-15 16:04:49 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
manual = [
|
2020-06-03 13:15:47 +00:00
|
|
|
"GLib.Bytes",
|
|
|
|
"GLib.Error",
|
2018-03-15 16:04:49 +00:00
|
|
|
"GObject.Object",
|
2021-06-03 15:36:29 +00:00
|
|
|
"Gst.Caps",
|
2018-03-15 16:04:49 +00:00
|
|
|
"Gst.Structure",
|
|
|
|
"GstSdp.SDPMessage",
|
|
|
|
]
|
|
|
|
|
2021-12-03 16:14:55 +00:00
|
|
|
[[object]]
|
|
|
|
name = "GstWebRTC.WebRTCDataChannel"
|
|
|
|
status = "generate"
|
|
|
|
final_type = true
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "on_error"
|
|
|
|
# takes ownership of SDP message
|
|
|
|
manual = true
|
|
|
|
|
2018-03-15 16:04:49 +00:00
|
|
|
[[object]]
|
|
|
|
name = "GstWebRTC.WebRTCDTLSTransport"
|
|
|
|
status = "generate"
|
2019-01-21 20:00:48 +00:00
|
|
|
final_type = true
|
2018-03-15 16:04:49 +00:00
|
|
|
|
2023-04-06 18:10:36 +00:00
|
|
|
[[object]]
|
|
|
|
name = "GstWebRTC.WebRTCICE"
|
|
|
|
status = "generate"
|
|
|
|
[[object.function]]
|
|
|
|
name = "add_candidate"
|
|
|
|
# ABI breakage in 1.24 needs working around
|
|
|
|
manual = true
|
|
|
|
|
2018-03-15 16:04:49 +00:00
|
|
|
[[object]]
|
|
|
|
name = "GstWebRTC.WebRTCICETransport"
|
|
|
|
status = "generate"
|
2019-01-21 20:00:48 +00:00
|
|
|
final_type = true
|
2018-03-15 16:04:49 +00:00
|
|
|
|
|
|
|
[[object]]
|
|
|
|
name = "GstWebRTC.WebRTCRTPReceiver"
|
|
|
|
status = "generate"
|
2019-01-21 20:00:48 +00:00
|
|
|
final_type = true
|
2018-03-15 16:04:49 +00:00
|
|
|
|
|
|
|
[[object]]
|
|
|
|
name = "GstWebRTC.WebRTCRTPSender"
|
|
|
|
status = "generate"
|
2019-01-21 20:00:48 +00:00
|
|
|
final_type = true
|
2018-03-15 16:04:49 +00:00
|
|
|
|
|
|
|
[[object]]
|
|
|
|
name = "GstWebRTC.WebRTCRTPTransceiver"
|
|
|
|
status = "generate"
|
2019-01-21 20:00:48 +00:00
|
|
|
final_type = true
|
2018-03-15 16:04:49 +00:00
|
|
|
|
|
|
|
[[object]]
|
2021-12-03 16:14:55 +00:00
|
|
|
name = "GstWebRTC.WebRTCSCTPTransport"
|
2020-06-03 13:15:47 +00:00
|
|
|
status = "generate"
|
2021-12-03 16:14:55 +00:00
|
|
|
version = "1.20"
|
2020-11-26 20:26:50 +00:00
|
|
|
|
2021-09-19 08:10:18 +00:00
|
|
|
[[object]]
|
2021-12-03 16:14:55 +00:00
|
|
|
name = "GstWebRTC.WebRTCSessionDescription"
|
2021-09-19 08:10:18 +00:00
|
|
|
status = "generate"
|
2021-12-03 16:14:55 +00:00
|
|
|
final_type = true
|
|
|
|
|
|
|
|
[[object.function]]
|
|
|
|
name = "new"
|
|
|
|
# takes ownership of SDP message
|
|
|
|
ignore = true
|