tools: remove unversioned gst-launch, gst-inspect and gst-typefind
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 5 Jun 2011 13:10:50 +0000 (14:10 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 5 Jun 2011 13:20:25 +0000 (14:20 +0100)
commitaccfb89ea8009ba3049d35f698e79f07d9c46f6f
treeb3ccca79b673b4643c860038cee7b9b7dd7bf44b
parentae23ae1c8b3755d43fc4c3172d11cdf85dd9b415
tools: remove unversioned gst-launch, gst-inspect and gst-typefind

The unversioned tool wrappers are confusing and annoying for packagers,
users and developers alike. A gst-launch pipeline that works in 0.10
will likely not work in 0.11 (e.g. because elements or properties get
renamed, or syntax changes). The unversioned tools also yield useless
results when used with gdb or valgrind. Packagers need to co-ordinate
the packaging of all major versions to make sure there are no conflicts
when both try to install the same files. When two major versions are
in use (e.g. 0.10 and 0.11/1.0), it may be unclear (when looking at
things on IRC/pastebin/mailing list etc.) which version is actually
being used when there are unversioned wrappers. For all these reasons,
it seems best to just remove them for now.
tools/Makefile.am
tools/gst-run.c [deleted file]