How to pick necessay gstreamer element dlls for Windows deploy?

mingqian Han mq_han at hotmail.com
Tue Jul 31 23:10:11 PDT 2012


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
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20120801/4b34c0fb/attachment.html>


More information about the gstreamer-devel mailing list