self compiled gstreamer and python

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

self compiled gstreamer and python

Jon bae
Hello,

I'm very new in gstreamer workflows, so sorry for this question!

I have compile gstreamer with a prefix to my home directory (under
fedora) and now I would like to use this version in python.

When I export the path, I can run gst-launch-1.0, but when I try to run
a python script it still use my system version...

Can you give me a hint, what is missing here?

Regards

Jonathan

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: self compiled gstreamer and python

Vinod
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: self compiled gstreamer and python

Vinod
In reply to this post by Jon bae
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: self compiled gstreamer and python

Jon bae
On 26.12.18 13:23, Gst-Geek wrote:
> export GST_PATH=$HOME/install
> export LD_LIBRARY_PATH=$GST_PATH/lib:$LD_LIBRARY_PATH
> export PKG_CONFIG_PATH=$GST_PATH/lib/pkgconfig:$PKG_CONFIG_PATH
> export PATH=$GST_PATH/bin:$PATH
> export GST_PLUGIN_PATH=$GST_PLUGIN_PATH/lib/gstreamer-1.0

Thank you - now it work!

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: self compiled gstreamer and python

Michael Gruner
Hi

Additionally, GStreamer has great uninstalled support. It allows you to do precisely this. Here’s a quick guide:

https://developer.ridgerun.com/wiki/index.php?title=Setting_a_GStreamer_Alternative_Environment

Michael

On Dec 27, 2018, at 13:28, Jonathan Baecker <[hidden email]> wrote:

On 26.12.18 13:23, Gst-Geek wrote:
export GST_PATH=$HOME/install
export LD_LIBRARY_PATH=$GST_PATH/lib:$LD_LIBRARY_PATH
export PKG_CONFIG_PATH=$GST_PATH/lib/pkgconfig:$PKG_CONFIG_PATH
export PATH=$GST_PATH/bin:$PATH
export GST_PLUGIN_PATH=$GST_PLUGIN_PATH/lib/gstreamer-1.0

Thank you - now it work!

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel