GstPipelineStudio aims to provide a graphical user interface to the GStreamer framework.
Go to file
dabrain34 4ef31416a0
Merge pull request #1 from virinext/master
Merging last patches before refacto
2018-12-02 10:24:17 +01:00
src Merge pull request #48 from myungjoo/support/gstcaps 2018-11-16 10:28:55 +01:00
.gitignore Fix some portability issues on Windows 2018-07-29 10:16:04 +02:00
gstreamer.prf Fix some portability issues on Windows 2018-07-29 10:16:04 +02: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 some portability issues on Windows 2018-07-29 10:16:04 +02:00
pipeviz.pro Fix some portability issues on Windows 2018-07-29 10:16:04 +02:00
readme.md Update readme after recent build scheme changes 2018-11-14 17:21:19 +09: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

QMAKEFEATURES=. qmake pipeviz.pro

make gitinfo

make

Prebuilt binaries

Prebuilt binaries for windows are available.

Latest Release