If you have both 0.10 and 0.11 installed, you can pick between the 2 with gi.require_version():<br><br>>>> import gi<br>>>> gi.require_version('Gst', '0.11')<br>>>> from gi.repository import Gst<br>
<br><div class="gmail_quote">On Wed, Feb 15, 2012 at 7:42 AM, tomw <span dir="ltr"><<a href="mailto:tomw@ubilix.com">tomw@ubilix.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
after installing gstreamer0.11 I got difficulties using the new version<br>
from pyGobject. How do I make sure gstreamer0.11 is used instead of<br>
gstreamer0.10?<br>
<br>
>>> from gi.repository import Gst<br>
>>> Gst.version_string ()<br>
'GStreamer 0.10.35'<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
--<br>
tomw <<a href="mailto:tomw@ubilix.com">tomw@ubilix.com</a>><br>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</font></span></blockquote></div><br>