View Single Post
Posts: 479 | Thanked: 1,284 times | Joined on Jan 2012 @ Enschede, The Netherlands
#29
Originally Posted by Sniper_swe View Post
Why wont gst-launch work for me? i have apt-get install gstreamer0.10-tools and that seemed to work but gst launch wont work.
If you've only have gstreamer0.10-tools installed then gst-launch isn't available. Instead use gst-launch-0.10.
I guess when you add the gstreamer-tools package (without the 0.10) that gst-launch without the 0.10 is available, but it looks like nothing more than a redirect.

To verify, you can run:
Code:
~ $ dpkg --listfiles gstreamer0.10-tools
it provides a list of installed files for this package. Amongst them should be /usr/bin/gst-launch-0.10.

Last edited by Fuzzillogic; 2012-02-29 at 23:06.