gstreamer-rs/Gir_GstBase.toml

183 lines
3.1 KiB
TOML
Raw Normal View History

[options]
girs_dir = "gir-files"
library = "GstBase"
version = "1.0"
min_cfg_version = "1.8"
target_path = "gstreamer-base"
work_mode = "normal"
concurrency = "send+sync"
generate_safety_asserts = true
2018-04-23 17:34:22 +00:00
single_version_file = true
generate_display_trait = false
external_libraries = [
"GLib",
"GObject",
"Gst",
]
generate = [
"GstBase.PushSrc",
]
manual = [
"GObject.Object",
"GLib.Bytes",
"Gst.Object",
"Gst.Element",
"Gst.BufferPool",
"Gst.ClockTimeDiff",
"Gst.ClockReturn",
"Gst.FlowReturn",
"Gst.Format",
"Gst.Pad",
2017-12-18 08:05:42 +00:00
"Gst.TypeFindProbability",
]
[[object]]
name = "GstBase.Adapter"
status = "generate"
trait = false
concurrency = "send-unique"
[[object.function]]
name = "map"
# Unsafe
ignore = true
[[object.function]]
name = "unmap"
# Unsafe
ignore = true
[[object.function]]
name = "copy"
# Unsafe
ignore = true
[[object.function]]
name = "push"
# Move Buffer
ignore = true
[[object.function]]
name = "take"
# Useless copying of data
ignore = true
[[object]]
name = "GstBase.FlowCombiner"
# Manual because ref/unref functions were added much later
status = "manual"
trait = false
concurrency = "none"
2018-11-20 21:23:31 +00:00
[[object]]
name = "GstBase.BaseSink"
subclassing = true
status = "generate"
[[object.function]]
name = "wait"
# Use Result<FlowSuccess, FlowError>
ignore = true
[[object.function]]
name = "wait_preroll"
# Use Result<FlowSuccess, FlowError>
ignore = true
2018-03-15 08:05:52 +00:00
[[object]]
name = "GstBase.BaseSrc"
2018-11-20 17:33:30 +00:00
subclassing = true
2018-03-15 08:05:52 +00:00
status = "generate"
[[object.function]]
name = "start_complete"
# Use Result<FlowSuccess, FlowError>
ignore = true
[[object.function]]
name = "start_wait"
# Use Result<FlowSuccess, FlowError>
ignore = true
2018-03-15 08:05:52 +00:00
[[object.function]]
name = "submit_buffer_list"
# Pass by value, to be added manually
ignore = true
[[object.function]]
name = "wait_playing"
# Use Result<FlowSuccess, FlowError>
ignore = true
2018-11-20 21:40:39 +00:00
[[object]]
name = "GstBase.BaseTransform"
subclassing = true
status = "generate"
[[object]]
name = "GstBase.Aggregator"
status = "generate"
2018-11-21 13:24:16 +00:00
subclassing = true
version = "1.14"
[[object.function]]
name = "finish_buffer"
# Takes ownership
ignore = true
[[object.property]]
name = "latency"
version = "1.14"
[[object]]
name = "GstBase.AggregatorPad"
status = "generate"
2018-11-21 06:49:36 +00:00
subclassing = true
version = "1.14"
2017-12-18 08:05:42 +00:00
[[object]]
name = "GstBase.*"
status = "generate"
2018-03-02 19:25:12 +00:00
# We'll opt-in for constants at a later time
[[object.constant]]
pattern = ".+"
ignore = true
2017-12-18 08:05:42 +00:00
[[object.function]]
name = "type_find_helper_for_data"
# broken data type
ignore = true
[[object]]
name = "Gst.Structure"
status = "manual"
ref_mode = "ref-mut"
[[object]]
name = "Gst.Caps"
status = "manual"
ref_mode = "ref"
[[object]]
name = "Gst.Buffer"
status = "manual"
ref_mode = "ref"
[[object]]
name = "Gst.BufferList"
status = "manual"
ref_mode = "ref"
[[object]]
name = "Gst.Sample"
status = "manual"
ref_mode = "ref"
[[object]]
name = "Gst.ClockTime"
status = "manual"
conversion_type = "scalar"