self compiled gstreamer and python
Gst-Geek
gstreamer.nabble at mailinator.com
Wed Dec 26 12:23:01 UTC 2018
Set your environment varables. Where GST_PATH path is your prefix
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
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list