PyGObject - how to use editing services

hetsch gernot.cseh at gmail.com
Tue Jun 5 06:18:20 PDT 2012


Allready solved, it was a problem with my special gstreamer installation.

I followed this page when installing
https://wiki.ubuntu.com/Novacut/GStreamer latest gstreamer.

git/gstreamer/scripts/gst-uninstalled (gst-git) just setups up the required
paths for gstreamer core packages. Editing services are not respected by
this file....

All i had to do ist appending the path to the editing services typelib
files:
(add libges-0.11.so)
$LD_LIBRARY_PATH:~/gst/git/gst-editing-services/ges/.libs/
$DYLD_LIBRARY_PATH:/home/hetsch/gst/git/gst-editing-services/ges/.libs/
(add GES-0.11.typelib - needed for gobject-introspection)
$GI_TYPELIB_PATH:/home/hetsch/gst/git/gst-editing-services/ges/

Maybe this helps someone else,
Gernot

--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/PyGObject-how-to-use-editing-services-tp4655183p4655186.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list