GstPipelineStudio aims to provide a graphical user interface to the GStreamer framework.
Go to file
Stéphane Cerveau 7d08abaca8 GPSApp: Can now request pads on element
Add menu entries to add new pad/port to an element/node.
2022-01-11 20:48:53 +01:00
src GPSApp: Can now request pads on element 2022-01-11 20:48:53 +01:00
.gitignore rust: init the project 2021-10-12 10:33:51 +02:00
Cargo.lock main: add a common init method 2022-01-11 20:48:53 +01:00
Cargo.toml main: add a common init method 2022-01-11 20:48:53 +01:00
LICENSE GPS: change license to GPLv3 2021-12-02 10:28:24 +01:00
README.md GPS: port to GTK4 2022-01-11 20:48:53 +01:00
TODO.md GPSApp: Can now request pads on element 2022-01-11 20:48:53 +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 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