GstPipelineStudio aims to provide a graphical user interface to the GStreamer framework.
Go to file
Stéphane Cerveau 695bd142d3 app: code cleanup
Use simplified anyhow result
Rewrite the expect/error messages.
Refactor the start pipeline API
Rename the treeview ids
2022-01-11 18:04:33 +01:00
build-aux about: display about dialog 2022-01-11 17:58:26 +01:00
data/icons icon: add icon pipeline 2022-01-11 17:58:26 +01:00
graphs GPSApp: Able to clear the graph with new 2022-01-11 17:58:26 +01:00
src app: code cleanup 2022-01-11 18:04:33 +01:00
.gitignore rust: init the project 2021-10-12 10:33:51 +02:00
.gitlab-ci.yml about: display about dialog 2022-01-11 17:58:26 +01:00
Cargo.lock about: display about dialog 2022-01-11 17:58:26 +01:00
Cargo.toml about: display about dialog 2022-01-11 17:58:26 +01:00
LICENSE GPS: change license to GPLv3 2021-12-02 10:28:24 +01:00
meson.build about: display about dialog 2022-01-11 17:58:26 +01:00
meson_options.txt about: display about dialog 2022-01-11 17:58:26 +01:00
README.md about: display about dialog 2022-01-11 17:58:26 +01:00
TODO.md app: code cleanup 2022-01-11 18:04:33 +01:00

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 python3-pip ninja-build pkgconfig
pip3 install --user meson
apt install libgtk-4-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev

Fedora/RedHat/SuSE/etc

dnf install python3-pip ninja-build pkgconfig
pip3 install meson
dnf install gtk4-devel gstreamer1-devel gstreamer1-plugins-base-devel python3-pip ninja-build pkgconfig

Getting started

meson builddir
cargo run