Installing the new version of GStreamer on raspberry

Tim Müller tim at centricular.com
Fri Jul 21 09:16:36 UTC 2017


On Fri, 2017-07-21 at 01:20 -0700, TouchOfDestiny wrote:

Hi,

> ... decided to install it manually.
> The problem now is that when I enter
> gst-launch-1.0 --version the system shows
> gst-launch-1.0 version 1.12.1 but 
> GStreamer version 1.4.4.
> 
> I don't know if this is correct. If not, is there a way toto update
> it properly?

It's not entirely correct.

What it means is that the gst-launch-1.0 you are running is the one
from 1.12 (so your PATH is fine), but that the libgstreamer-1.0.so that
gets picked up by the dynamic linker is the old system one (1.4) and
not the new one you compiled.

First thing to try is: run 'sudo ldconfig'

If that doesn't help, check if the library directory of your install
prefix is in /etc/ld.so.conf*

You can also manually set/export the LD_LIBRARY_PATH environment
variable and point it to the lib directory of the prefix where you
installed the new GStreamer into.

Cheers
 -Tim


-- 
Tim Müller, Centricular Ltd - http://www.centricular.com

Join us at the GStreamer Conference!
21-22 October 2017 in Prague, Czech Republic
http://gstreamer.freedesktop.org/conference/


More information about the gstreamer-devel mailing list