gstreamer-rs/gstreamer-app/Gir.toml

226 lines
4.1 KiB
TOML
Raw Normal View History

[options]
girs_directories = ["../gir-files", "../gst-gir-files"]
library = "GstApp"
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
generate_display_trait = false
trust_return_value_nullability = true
external_libraries = [
"GLib",
"GObject",
2017-08-01 13:18:50 +00:00
"Gst",
]
generate = [
"GstApp.AppLeakyType",
"GstApp.AppStreamType",
]
manual = [
"GObject.Object",
2017-08-01 13:18:50 +00:00
"Gst.Element",
"Gst.Format",
2021-09-19 08:10:18 +00:00
"Gst.MiniObject",
"Gst.Object",
"Gst.URIHandler",
]
[[object]]
name = "Gst.Buffer"
status = "manual"
ref_mode = "ref"
[[object]]
name = "Gst.BufferList"
status = "manual"
ref_mode = "ref"
[[object]]
name = "Gst.Caps"
status = "manual"
ref_mode = "ref"
[[object]]
name = "Gst.ClockTime"
status = "manual"
conversion_type = "Option"
[[object]]
name = "Gst.FlowReturn"
status = "manual"
must_use = true
[object.conversion_type]
variant = "Result"
ok_type = "gst::FlowSuccess"
err_type = "gst::FlowError"
[[object]]
name = "Gst.Sample"
status = "manual"
ref_mode = "ref"
[[object]]
name = "Gst.Structure"
status = "manual"
ref_mode = "ref"
2017-08-01 13:18:50 +00:00
[[object]]
name = "GstApp.AppSink"
status = "generate"
2019-01-21 20:00:48 +00:00
final_type = true
2017-08-01 13:18:50 +00:00
[[object.signal]]
name = "pull-sample"
# Action signal
ignore = true
[[object.signal]]
name = "pull-preroll"
# Action signal
ignore = true
2021-09-19 08:10:18 +00:00
[[object.signal]]
name = "pull-object"
# Action signal
ignore = true
[[object.signal]]
name = "try-pull-sample"
# Action signal
ignore = true
[[object.signal]]
name = "try-pull-preroll"
# Action signal
ignore = true
2021-09-19 08:10:18 +00:00
[[object.signal]]
name = "try-pull-object"
# Action signal
ignore = true
[[object.signal]]
name = "propose-allocation"
# Action signal
ignore = true
[[object.property]]
name = "emit-signals"
# Use callbacks instead
ignore = true
[[object.function]]
name = "get_emit_signals"
# Use callbacks instead
ignore = true
[[object.function]]
name = "set_emit_signals"
# Use callbacks instead
ignore = true
[[object.signal]]
name = "new-sample"
# Use callbacks instead
ignore = true
[[object.signal]]
name = "new-preroll"
# Use callbacks instead
ignore = true
[[object.signal]]
name = "eos"
# Use callbacks instead
ignore = true
2021-09-19 08:10:18 +00:00
[[object.signal]]
name = "new-serialized-event"
# Use callbacks instead
ignore = true
[[object.function]]
name = "pull_preroll"
[object.function.return]
nullable_return_is_error = "Failed to pull preroll sample"
[[object.function]]
name = "pull_sample"
[object.function.return]
nullable_return_is_error = "Failed to pull sample"
2021-09-19 08:10:18 +00:00
[[object.function]]
name = "pull_object"
[object.function.return]
nullable_return_is_error = "Failed to pull object"
2017-08-01 13:18:50 +00:00
[[object]]
name = "GstApp.AppSrc"
status = "generate"
2019-01-21 20:00:48 +00:00
final_type = true
2017-08-01 13:18:50 +00:00
2017-08-01 14:42:15 +00:00
[[object.signal]]
name = "end-of-stream"
# Action signal
ignore = true
[[object.signal]]
name = "push-buffer"
# Action signal
ignore = true
2018-03-15 07:52:36 +00:00
[[object.signal]]
name = "push-buffer-list"
# Action signal
ignore = true
2017-08-01 14:42:15 +00:00
[[object.signal]]
name = "push-sample"
# Action signal
ignore = true
[[object.property]]
name = "emit-signals"
# Use callbacks instead
ignore = true
[[object.function]]
name = "get_emit_signals"
# Use callbacks instead
ignore = true
[[object.function]]
name = "set_emit_signals"
# Use callbacks instead
ignore = true
[[object.signal]]
name = "enough-data"
# Use callbacks instead
ignore = true
[[object.signal]]
name = "need-data"
# Use callbacks instead
ignore = true
[[object.signal]]
name = "seek-data"
# Use callbacks instead
ignore = true
[[object.function]]
name = "set_latency"
# ClockTime
2020-11-04 17:25:36 +00:00
manual = true
[[object.function]]
name = "get_latency"
# ClockTime
2020-11-04 17:25:36 +00:00
manual = true