mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-10-31 22:59:14 +00:00
15b08a4293
Requires https://github.com/gtk-rs/gir/pull/365 https://github.com/gtk-rs/gir/pull/364 to be merged for autogeneration of the bindings. Requires https://github.com/gtk-rs/gir/issues/367 for fixing memory leaks.
41 lines
695 B
TOML
41 lines
695 B
TOML
[options]
|
|
girs_dir = "gir-files"
|
|
library = "Gst"
|
|
version = "1.0"
|
|
min_cfg_version = "1.0"
|
|
target_path = "gstreamer"
|
|
work_mode = "normal"
|
|
|
|
external_libraries = [
|
|
"GLib",
|
|
"GObject",
|
|
]
|
|
|
|
generate = [
|
|
"Gst.Object",
|
|
"Gst.Bus",
|
|
"Gst.Clock",
|
|
"Gst.ClockTime",
|
|
"Gst.Element",
|
|
"Gst.Bin",
|
|
"Gst.Pipeline",
|
|
"Gst.State",
|
|
"Gst.StateChangeReturn",
|
|
"Gst.StateChange",
|
|
"Gst.SeekFlags",
|
|
"Gst.SeekType",
|
|
"Gst.Pad",
|
|
"Gst.FlowReturn",
|
|
"Gst.PadDirection",
|
|
"Gst.PadTemplate",
|
|
"Gst.URIHandler",
|
|
"Gst.URIType",
|
|
"Gst.ElementFactory",
|
|
"Gst.ElementFactoryListType",
|
|
"Gst.Format",
|
|
]
|
|
|
|
manual = [
|
|
"GLib.Error",
|
|
#"Gst.Message",
|
|
]
|