Gdpviewer is a gui tool for diaplaying gstreamer gdp data. This is for debugging gstreamer`s plugins and pipelines.
-
Grab gdp data via gdppay element: gst-launch-1.0 videotestsrc ! gdppay ! filesink location=dump.gdp
-
Display in gdpviewer application
-
qt (4,5)
-
gstreamer-1.0
-
pkgconfig
cd gdpviewer
chmod +x src/verinfo/verinfo.sh
qmake gdpviewer.pro
make gitinfo
make