Gstreamer 1.9.1 vs 1.4.4 conflicts (Debian 8)

Arun Raghavan arun at arunraghavan.net
Wed Jul 27 03:52:23 UTC 2016


On Tue, 26 Jul 2016, at 07:06 PM, Piper984 wrote:
> As it turned out, I did have some basic pathing issue.  Executing this
> before
> building solved my issue:
> 
> export LD_LIBRARY_PATH=/usr/local/lib
> export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
> export GST_PLUGIN_PATH=/usr/local/lib
> export PATH=$PATH:/usr/local/lib:/usr/local
> 
> Now gst-inspect-1.0 --version shows 1.9.1.  I still had an issue w/
> running
> my custom software, but when I just moved the newly built
> libgstrtpmanager.so file into the same directory as my executable all
> started to work.  Atleast under i686.  Now that this is working, I'm off
> to
> try it on my Snapdragon board (Dragon 410c board running Debian).

In general, you're likely better off using a gst-uninstalled setup.
There are directions to do this at:

  http://arunraghavan.net/2014/07/quick-start-guide-to-gst-uninstalled-1-x/

-- Arun


More information about the gstreamer-devel mailing list