Clean up object version overrides

This commit is contained in:
Marijn Suijten 2021-09-28 15:17:02 +03:00 committed by Sebastian Dröge
parent baccf52e43
commit eb6939f8b7
3 changed files with 14 additions and 18 deletions

View file

@ -99,8 +99,6 @@ conversion_type = "Option"
[[object]]
name = "GES.BaseEffect"
status = "generate"
# Actually available since 1.2 even if all functions are new in 1.18
version = "1.2"
[[object.function]]
name = "set_time_translation_funcs"
# Pointers and HashTables

View file

@ -45,8 +45,7 @@ concurrency = "send"
[[object]]
name = "GstRtsp.RTSPAuthParam"
status = "generate"
concurrency="send"
version = "1.12"
concurrency = "send"
[[object]]
name = "Gst.ClockTime"

View file

@ -17,23 +17,23 @@ external_libraries = [
]
generate = [
"GstWebRTC.WebRTCDTLSTransportState",
"GstWebRTC.WebRTCICEGatheringState",
"GstWebRTC.WebRTCICEConnectionState",
"GstWebRTC.WebRTCICERole",
"GstWebRTC.WebRTCICEComponent",
"GstWebRTC.WebRTCDTLSSetup",
"GstWebRTC.WebRTCPeerConnectionState",
"GstWebRTC.WebRTCRTPTransceiverDirection",
"GstWebRTC.WebRTCSignalingState",
"GstWebRTC.WebRTCStatsType",
"GstWebRTC.WebRTCBundlePolicy",
"GstWebRTC.WebRTCDataChannelState",
"GstWebRTC.WebRTCICETransportPolicy",
"GstWebRTC.WebRTCPriorityType",
"GstWebRTC.WebRTCSCTPTransportState",
"GstWebRTC.WebRTCDTLSSetup",
"GstWebRTC.WebRTCDTLSTransportState",
"GstWebRTC.WebRTCFECType",
"GstWebRTC.WebRTCICEComponent",
"GstWebRTC.WebRTCICEConnectionState",
"GstWebRTC.WebRTCICEGatheringState",
"GstWebRTC.WebRTCICERole",
"GstWebRTC.WebRTCICETransportPolicy",
"GstWebRTC.WebRTCKind",
"GstWebRTC.WebRTCPeerConnectionState",
"GstWebRTC.WebRTCPriorityType",
"GstWebRTC.WebRTCRTPTransceiverDirection",
"GstWebRTC.WebRTCSCTPTransportState",
"GstWebRTC.WebRTCSignalingState",
"GstWebRTC.WebRTCStatsType",
]
manual = [
@ -64,7 +64,6 @@ final_type = true
name = "GstWebRTC.WebRTCRTPSender"
status = "generate"
final_type = true
version = "1.14"
[[object]]
name = "GstWebRTC.WebRTCRTPTransceiver"