tools: add simple command-line gst-play utility for testing purposes
authorTim-Philipp Müller <tim@centricular.net>
Wed, 14 Aug 2013 16:04:19 +0000 (17:04 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 16 Aug 2013 14:45:23 +0000 (15:45 +0100)
commit8cd2d0a67293aa4a7fb6fe440fd209dd31f28a3a
treed48dfcbf84a218f11fefd29a6525916731d4cfd0
parentc449ae6343acbc127744223e18caeaf68d80421c
tools: add simple command-line gst-play utility for testing purposes

Differs from a plain gst-launch-1.0 playbin uri=... pipeline in that
it can take multiple arguments and as such allows testing of things
like gapless playback, switching between different formats and the
like. Very minimal at this point, we'll probably want to add
interactive controls and more options at some point.

https://bugzilla.gnome.org/show_bug.cgi?id=553520
gst-libs/gst/Makefile.am
gst-libs/gst/gst-i18n-app.h [new file with mode: 0644]
tools/.gitignore
tools/Makefile.am
tools/gst-play.c [new file with mode: 0644]