I want to install Gstreamer-1.0 on Mac OS X Mavericks. So I already install gstreamer-1.0-1.6.0-x86_64.pkg and gstreamer-1.0-devel-1.6.0-x86_64.pkg from here. After that I tried to run something like this:
gst-launch-1.0 fakesrc ! fakesink
But got error:
-bash: gst-launch-1.0: command not found
So how I can install and use Gstreamer-1.0 on Mac OS X Mavericks?