mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-15 13:21:37 +00:00
GstPipelineStudio aims to provide a graphical user interface to the GStreamer framework.
368a5b83a4
Icônes conçues par https://www.freepik.com https://www.flaticon.com/fr/ |
||
---|---|---|
data/icons | ||
graphs | ||
src | ||
.gitignore | ||
.gitlab-ci.yml | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
TODO.md |
GStPipelineStudio: Draw your own GStreamer pipeline ...
Setup
Install the Rust toolchain via rustup
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Check https://rustup.rs for alternative installation options.
Ubuntu/Debian/etc
apt install libgtk-4-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
Fedora/RedHat/SuSE/etc
dnf install gtk4-devel gstreamer1-devel gstreamer1-plugins-base-devel
Getting started
cargo run