gstreamer-rs/Gir_Gst.toml
Sebastian Dröge 29d17faf09 Fix tests and enable them on CI
gstreamer-rtsp-server and gstreamer-editing-services are disabled for
now until there's a new release of them, or once we start building
against git master of them.

Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/issues/16
2018-11-11 18:06:27 +02:00

26 lines
447 B
TOML

[options]
girs_dir = "gir-files"
library = "Gst"
version = "1.0"
min_cfg_version = "1.0"
target_path = "gstreamer-sys"
work_mode = "sys"
ignore = [
"Gst.VERSION_MAJOR",
"Gst.VERSION_MINOR",
"Gst.VERSION_MICRO",
"Gst.VERSION_NANO",
"Gst.ERROR_SYSTEM",
"Gst.TIME_FORMAT",
"Gst.STIME_FORMAT",
"Gst.PTR_FORMAT",
"Gst.SEGMENT_FORMAT",
"Gst.FOURCC_FORMAT",
]
external_libraries = [
"GLib",
"GObject",
]