Hi all,
I am using gstreamer-sdk 2012.7 by gstreamer.com, and now my python codes (which use pygtk and pygst ) for video playback run well with it.
Now I am going to deploy my application through pyinstaller. It builds correctly and runs ok, but I have to set GST_PLUGIN_PATH to %GSTREAMER_SDK_ROOT_X86%\lib\gstreamer-0.10 beforehand.
Otherwise, my application will fail with gst.ElementNotFoundError.
The target machine to use this application may have no gstreamer sdk installation, neither the GST_PLUGIN_PATH environment variable. My intention is to pack those neccessary element dlls into my package.
Is this feasible? And could anyone help me with how to pick the neccessary gstreamer element dlls?
Thanks.
Rafael
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel