Hi everyone,<div><br></div><div>My fist message on this list. </div><div><div><br></div><div>I am trying to compile Gstreamer-0.11.1 with gst-plugins-base-0.11.1 on Ubuntu Oneiric 11.10 for use Python (PyGi and GTK 3) with playbin plugin.</div>

<div><br></div><div>I know that the old playbin was removed and playbin2 was promoted to playbin.</div><div><br></div><div><a href="http://lists.freedesktop.org/archives/gstreamer-devel/2011-August/032588.html">http://lists.freedesktop.org/archives/gstreamer-devel/2011-August/032588.html</a></div>


<div><br></div><div>For install Gstreamer 0.11.1 I did:</div>
<div><br></div>sudo apt-get install bison flex<br>wget <a href="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.11.1.tar.gz">http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.11.1.tar.gz</a><br>tar -xvzf gstreamer-*.tar.gz<br>

cd gstreamer-*<br>./configure --prefix=/usr<br>sudo make all<br>sudo make install<div><br></div><div>Then I try to install gst-plugins-base-0.11.1</div>

<div><br></div>wget <a href="http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-0.11.1.tar.gz">http://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-0.11.1.tar.gz</a><br>tar -xvzf gst-plugins-base-*.tar.gz<br>

cd gst-plugins-base-*<br>./autogen.sh<br>./configure --prefix=/usr<br>sudo make all<br>sudo make install<div><br></div><div>

With 0.10 I get:</div><div><br></div><div><div>$ gst-inspect-0.10 | grep playbin</div><div>playback:  playbin: Player Bin</div><div>playback:  playbin2: Player Bin 2</div></div><div><br></div><div>But 0.11 ouput nothing</div>



<div>$ gst-inspect-0.11 | grep playbin</div><div><br></div>it seems that libgstplaybin.so is not generated on 0.11.1:<div><span style="font-family:&#39;Times New Roman&#39;;font-size:medium"><br></span></div>$ ls /usr/lib/gstreamer-0.10/ | grep play<br>

libgstplaybin.so<br>libgstreplaygain.so</div><div><br>$ ls /usr/lib/gstreamer-0.11/ | grep play<br><a href="http://libgstplayback.la">libgstplayback.la</a><br>libgstplayback.so
<div><span style="font-family:&#39;Times New Roman&#39;;font-size:medium"><br></span></div><div>This works:</div><div><br>$gst-launch-0.10 playbin2 uri=file:///home/user/somefile.ogv<div><font class="Apple-style-span" face="&#39;Times New Roman&#39;" size="3"><br>

</font></div>This doesn&#39;t work, because the plugin playbin doesn&#39;t exist:</div><div><br>$ gst-launch-0.11 playbin uri=file:///home/user/somefile.ogv<br>ERROR: pipeline could not be constructed: no element &quot;playbin&quot;.</div>

<br>On girrepository-1.0 it seems generate the same .typelib files<br>ls /usr/lib/girepository-1.0/ | grep Gst<br>Gst-0.10.typelib<br>Gst-0.11.typelib<br>GstApp-0.10.typelib<br>GstApp-0.11.typelib<br>GstAudio-0.10.typelib<br>

GstAudio-0.11.typelib<br>GstBase-0.10.typelib<br>GstBase-0.11.typelib<br>GstCheck-0.10.typelib<br>GstCheck-0.11.typelib<br>GstController-0.10.typelib<br>GstController-0.11.typelib<br>GstFft-0.10.typelib<br>GstFft-0.11.typelib<br>

GstInterfaces-0.10.typelib<br>GstInterfaces-0.11.typelib<br>GstNet-0.10.typelib<br>GstNet-0.11.typelib<br>GstNetbuffer-0.10.typelib<br>GstNetbuffer-0.11.typelib<br>GstPbutils-0.10.typelib<br>GstPbutils-0.11.typelib<br>GstRiff-0.10.typelib<br>

GstRiff-0.11.typelib<br>GstRtp-0.10.typelib<br>GstRtp-0.11.typelib<br>GstRtsp-0.10.typelib<br>GstRtsp-0.11.typelib<br>GstSdp-0.10.typelib<br>GstSdp-0.11.typelib<br>GstTag-0.10.typelib<br>GstTag-0.11.typelib<br>GstVideo-0.10.typelib<br>

GstVideo-0.11.typelib</div><div><br>So, what I am doing wrong on 0.11.1 for playbin?</div><div><br>Regards,<br>Angel<div><font face="&#39;Times New Roman&#39;" size="3"><br>
</font></div><div><span style="font-family:&#39;Times New Roman&#39;;font-size:medium"><br></span></div>
</div>