gstreamer-rs/gstreamer-base/Gir.toml

310 lines
5.9 KiB
TOML
Raw Normal View History

[options]
girs_directories = ["../gir-files", "../gst-gir-files"]
library = "GstBase"
version = "1.0"
min_cfg_version = "1.8"
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
trust_return_value_nullability = true
external_libraries = [
"GLib",
"GObject",
"Gst",
]
generate = [
"GstBase.PushSrc",
"GstBase.AggregatorStartTimeSelection",
]
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",
"Gst.TagMergeMode",
"GstBase.BaseParseFrame",
]
[[object]]
name = "GstBase.Adapter"
status = "generate"
2019-01-21 20:00:48 +00:00
final_type = true
concurrency = "send-unique"
[[object.function]]
name = "map"
# Unsafe
ignore = true
[[object.function]]
name = "unmap"
# Unsafe
ignore = true
[[object.function]]
pattern = "copy.*"
# Unsafe
2020-11-04 17:35:36 +00:00
manual = true
[[object.function]]
name = "push"
# Move Buffer
2020-11-04 17:35:36 +00:00
manual = true
[[object.function]]
pattern = "take.*"
# Unsafe
ignore = true
[[object.function]]
pattern = "get.*"
# Unsafe
ignore = true
[[object.function]]
pattern = "masked.*"
# Unsafe
ignore = true
[[object.function]]
name = "flush"
# Unsafe Buffer
manual = true
[[object]]
name = "GstBase.FlowCombiner"
# Manual because ref/unref functions were added much later
status = "manual"
2019-01-21 20:00:48 +00:00
final_type = true
concurrency = "none"
2018-11-20 21:23:31 +00:00
[[object]]
name = "GstBase.BaseSink"
status = "generate"
2020-02-25 13:06:44 +00:00
manual_traits = ["BaseSinkExtManual"]
2018-11-20 21:23:31 +00:00
[[object.function]]
name = "wait"
# Use Result<FlowSuccess, FlowError>
2020-11-04 17:35:36 +00:00
manual = true
[[object.function]]
name = "wait_preroll"
# Use Result<FlowSuccess, FlowError>
2020-11-04 17:35:36 +00:00
manual = true
[[object.function]]
name = "wait_clock"
# Use Result<ClockSuccess, ClockError>
2020-11-04 17:35:36 +00:00
manual = true
[[object.function]]
name = "query_latency"
# Use Result
2020-11-04 17:35:36 +00:00
manual = true
2018-03-15 08:05:52 +00:00
[[object]]
name = "GstBase.BaseSrc"
status = "generate"
2020-02-25 13:06:44 +00:00
manual_traits = ["BaseSrcExtManual"]
2018-03-15 08:05:52 +00:00
[[object.function]]
name = "set_caps"
[object.function.return]
bool_return_is_error = "Failed to set caps"
[[object.function]]
name = "start_complete"
# Use Result<FlowSuccess, FlowError>
2020-11-04 17:35:36 +00:00
manual = true
[[object.function]]
name = "start_wait"
# Use Result<FlowSuccess, FlowError>
2020-11-04 17:35:36 +00:00
manual = 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>
2020-11-04 17:35:36 +00:00
manual = true
[[object.function]]
name = "query_latency"
# Use Result
2020-11-04 17:35:36 +00:00
manual = true
2020-08-11 07:49:37 +00:00
[[object.function]]
name = "new_segment"
# Segment parameter
2020-11-04 17:35:36 +00:00
manual = true
2020-08-11 07:49:37 +00:00
2018-11-20 21:40:39 +00:00
[[object]]
name = "GstBase.BaseTransform"
status = "generate"
2020-02-25 13:06:44 +00:00
manual_traits = ["BaseTransformExtManual"]
2018-11-20 21:40:39 +00:00
[[object.function]]
name = "update_src_caps"
[object.function.return]
bool_return_is_error = "Failed to update src caps"
[[object]]
name = "GstBase.Aggregator"
status = "generate"
2020-02-25 13:06:44 +00:00
manual_traits = ["AggregatorExtManual"]
[[object.function]]
name = "finish_buffer"
# Takes ownership
2020-11-04 17:35:36 +00:00
manual = true
2020-08-11 07:49:37 +00:00
[[object.function]]
name = "finish_buffer_list"
# Takes ownership
2020-11-04 17:35:36 +00:00
manual = true
2020-08-11 07:49:37 +00:00
[[object.function]]
name = "selected_samples"
# Info parameter
2020-11-04 17:35:36 +00:00
manual = true
2020-08-11 07:49:37 +00:00
[[object.property]]
name = "latency"
version = "1.14"
2020-07-06 08:37:01 +00:00
[[object.property]]
name = "start-time-selection"
version = "1.18"
[[object.property]]
name = "min-upstream-latency"
# clock time instead of u64
2020-11-04 17:35:36 +00:00
manual = true
[[object]]
name = "GstBase.AggregatorPad"
status = "generate"
2020-02-25 13:06:44 +00:00
manual_traits = ["AggregatorPadExtManual"]
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 return value
ignore = true
[[object.function]]
name = "type_find_helper_for_data_with_extension"
# broken return value
ignore = true
[[object.function]]
name = "type_find_helper_for_buffer"
# broken return value
ignore = true
[[object.function]]
name = "type_find_helper_for_buffer_with_extension"
# broken return value
2017-12-18 08:05:42 +00:00
ignore = true
[[object.function]]
name = "type_find_helper"
[object.function.return]
nullable_return_is_error = "Could not find type"
[[object.function]]
name = "type_find_helper_for_extension"
[object.function.return]
nullable_return_is_error = "Could not find type"
[[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"
[[object]]
name = "Gst.TagList"
status = "manual"
ref_mode = "ref"
[[object]]
name = "GstBase.BaseParse"
status = "generate"
2020-02-25 13:06:44 +00:00
manual_traits = ["BaseParseExtManual"]
[[object.function]]
name = "finish_frame"
2020-11-04 17:35:36 +00:00
manual = true
[[object.function]]
name = "set_duration"
2020-11-04 17:35:36 +00:00
manual = true
[[object.function]]
name = "convert_default"
2020-11-04 17:35:36 +00:00
manual = true
[[object.function]]
name = "set_frame_rate"
2020-11-04 17:35:36 +00:00
manual = true
# Didn't bind gst_base_parse_frame_{new,init} so not needed
[[object.function]]
name = "push_frame"
ignore = true
[[object]]
name = "GstBase.BaseParseFrameFlags"
status = "generate"
[[object.member]]
name = "none"
ignore = true