Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 598 Bytes

README.md

File metadata and controls

42 lines (22 loc) · 598 Bytes

gdpviewer

Gdpviewer is a gui tool for diaplaying gstreamer gdp data. This is for debugging gstreamer`s plugins and pipelines.

Usage

  1. Grab gdp data via gdppay element: gst-launch-1.0 videotestsrc ! gdppay ! filesink location=dump.gdp

  2. Display in gdpviewer application

Gui

alt tag

Building requirements:

  • qt (4,5)

  • gstreamer-1.0

  • pkgconfig

Building:

cd gdpviewer

chmod +x src/verinfo/verinfo.sh

qmake gdpviewer.pro

make gitinfo

make