GstPipelineStudio aims to provide a graphical user interface to the GStreamer framework.
Go to file
2017-10-23 18:06:19 +02:00
src Enhance logger to comply with GST 2017-10-17 22:50:43 +02:00
.gitignore initial commit 2015-02-26 23:02:22 +07:00
LICENSE Initial commit 2015-02-26 22:35:27 +06:00
pipeviz-0.10.pro Support gstreamer-0.10 2016-11-12 19:56:47 +01:00
pipeviz.pri Fix the use of c++11 2017-10-23 18:06:19 +02:00
pipeviz.pro Support gstreamer-0.10 2016-11-12 19:56:47 +01:00
readme.md Readme has been updated 2015-06-05 07:58:57 +07:00

pipeviz

Pipeviz is a graphedit for gstreamer-1.0. This is a gui tool for constructing and testing gstreamer pipelines.

It allows you:

  • to construct the pipelines via the gui interface

  • to test different types of pipes easy

  • save and open your graphs

Who might be interested in it?

  • quality assurance

  • technical support

  • software engineers

alt tag

Pre-requirements:

  • qt (4.0 5.0)

  • gstreamer-1.0

  • pkgconfig

Building:

cd pipeviz

qmake pipeviz.pro

make gitinfo

make

Prebuilt binaries

Prebuilt binaries for windows are available.

Latest Release