Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-23Fix GObject type names, GStreamer debug category names and element factory namesSebastian Dröge
Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/198
2022-10-23Make GStreamer plugin/crate/library/directory names and descriptions consistentSebastian Dröge
Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/238
2022-10-20Plug webrtc inThibault Saunier
2022-09-19meson: Use workspace Cargo.toml to find crates pathThibault Saunier
We were globing recursively during meson run and it was spending 20secs here in total only to run the dependencies.py script
2022-09-03meson: Fix directory/plugin name mapping for new webrtchttp pluginSebastian Dröge
2022-09-03meson: Define gst_plugins with list of dependenciesXavier Claessens
This is needed to link gst-full with Rust plugins. The script requires either python11 or the tomli module.