<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hi all,<br><br> 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. <br> 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. <br>Otherwise, my application will fail with gst.ElementNotFoundError.<br> 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. <br> Is this feasible? And could anyone help me with how to pick the neccessary gstreamer element dlls?<br> Thanks.<br><br>Rafael<br> </div></body>
</html>