PyGObject - how to use editing services
Gernot Cseh
gernot.cseh at gmail.com
Tue Jun 5 06:33:29 PDT 2012
A little bit clearer:
put this somewhere near the end of git/gstreamer/scripts/gst-uninstalled
# add gstreamer-editing services
# (add libges-0.11.so)
export LD_LIBRARY_PATH=$GST/gst-editing-services/ges/.libs:$LD_LIBRARY_PATH
export DYLD_LIBRARY_PATH=$GST/gst-editing-services/ges/.libs:$DYLD_LIBRARY_PATH
# (add GES-0.11.typelib - needed for gobject-introspection)
export GI_TYPELIB_PATH=$GST/gst-editing-services/ges/:$GI_TYPELIB_PATH
Am 05.06.2012 um 15:18 schrieb hetsch:
> 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.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list