GstPipelineStudio aims to provide a graphical user interface to the GStreamer framework.
Go to file
Stéphane Cerveau a94c4f4d44 macos: generate the installer building gtk
Using gtk version 4.13.1
2023-10-06 10:47:04 +02:00
.gitlab/issue_templates gitlab: add default template 2022-03-06 15:32:28 +01:00
build-aux build-aux: use copy2 instead of copyfile 2023-09-18 12:33:25 +02:00
ci cargo: update rust, gtk and gstreamer version 2023-08-31 17:23:58 +02:00
data appdata: add a release description 2023-09-29 15:48:02 +02:00
graphs graphs: add playbin with https ogg 2022-02-07 12:19:15 +01:00
installer macos: generate the installer building gtk 2023-10-06 10:47:04 +02:00
po lang: fixup ip.pio 2023-03-05 19:23:42 +01:00
src settings: create the default app folder 2023-09-28 16:45:01 +02:00
subprojects macos: generate the installer building gtk 2023-10-06 10:47:04 +02:00
.gitignore meson: add gstreamer 1.0 as a subproject 2023-06-14 22:35:20 +02:00
.gitlab-ci.yml macos: generate the installer building gtk 2023-10-06 10:47:04 +02:00
Cargo.lock release: 0.3.4 2023-09-28 16:45:01 +02:00
Cargo.toml release: 0.3.4 2023-09-28 16:45:01 +02:00
ChangeLog.md release: 0.3.4 2023-09-28 16:45:01 +02:00
Gemfile ci: add gitlab pages jobs 2023-09-19 13:00:20 +02:00
index.html pages: update the pages with release 0.3.4 2023-09-28 19:06:06 +02:00
LICENSE GPS: change license to GPLv3 2021-12-02 10:28:24 +01:00
meson.build release: 0.3.4 2023-09-28 16:45:01 +02:00
meson_options.txt about: display about dialog 2022-01-12 11:15:52 +01:00
README.md Update README.md to include the website 2023-10-05 12:28:41 +00:00
release.md appdata: add a release description 2023-09-29 15:48:02 +02:00
TODO.md graphbook: introduce element_factory_exists 2023-09-18 12:34:58 +02:00
VERSION release: 0.3.4 2023-09-28 16:45:01 +02:00

GstPipelineStudio: Draw your own GStreamer pipeline ...

Important

Until version 1.0, this software should be considered as unstable. The settings moreover the graph file format might change over the development phase.

Description

GstPipelineStudio aims to provide a graphical user interface to the GStreamer framework. From a first step in the framework with a simple pipeline to a complex pipeline debugging, the tool provides a friendly interface to add elements to a pipeline and debug it.

alt tag

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 pkg-config
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

MacOS

brew install gtk4
brew install gstreamer gst-plugins-base gst-plugins-bad

Getting started

$ meson builddir -Dbuildtype=release
$ ninja -C builddir
$ ./builddir/target/release/gst_pipeline_studio

Flatpak

The application is also available on Flathub.

License

GstPipelineStudio is distributed under the terms of the GPL3 license. See LICENSE for more information.

Credits

GstPipelineStudio wouldn't exist without free and open-source software such as GLib, GStreamer, GTK and many more.

This project has been also possible thanks to amazing projects such as:

Contributing

Every contribution is greatly appreciated! You will just need a gitlib account. Fork this repo, clone your fork, create a feature branch, commit, push and submit a merge request.

Submit any suggestions, questions or bugs to the Issue Tracker.

Troubleshooting

Interface is not clean: rm ~/.config/org.freedesktop.dabrain34.GstPipelineStudio/settings.toml