Hi,<br><br>Thanks for your attention.<br><br>I installed gstreamer-0.10.22.1 both core and base plugins in /usr/local and exported the environment variables as suggested, but now, the default versions of gstreamer tools are 0.10.22 (GIT) (/usr/local/bin) instead of 0.10.21 (the version I have in /usr/bin). I looked for the gst-uninstalled script throught the Gstreamer FAQ page but I didn&#39;t find anything. Was there where I had to look for? What if I want to set the old gstreamer version (0.10.21) back as the default?<br>
<br>BTW, the RTSP server compilled properly with the suggested configuration. Now I have some issues with the RTSP server itself, but I&#39;ll create a new request mail for them.<br><br><br>Again, thank you very much. Regards,<br>
Javi<br><br><br><div class="gmail_quote">2009/3/19 Tim-Philipp Müller <span dir="ltr">&lt;<a href="mailto:t.i.m@zen.co.uk">t.i.m@zen.co.uk</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Thu, 2009-03-19 at 15:58 +0100, Javier Gálvez Guerrero wrote:<br>
<br>
&gt; I&#39;ve built the gstreamer-0.10.22.1 core package but when trying to<br>
&gt; build the same version of the base plugins I get the same error than<br>
&gt; before (0.10.21 version instead the required 0.10.22.1). Obviously, I<br>
&gt; need to tell autogen.sh when building the base plugins that it has to<br>
&gt; look at the 0.10.22.1 directory, but I don&#39;t know how to do it (yes,<br>
&gt; I&#39;m a completely newbie, but I would like to learn and that&#39;s why I&#39;m<br>
&gt; asking the community).<br>
<br>
</div>gst-plugins-base and applications get the version information via<br>
pkg-config, see:<br>
<br>
  $ pkg-config --modversion gstreamer-0.10<br>
<br>
This info comes from .pc files which usually reside<br>
in /usr/lib/pkgconfig if both your GStreamer and pkg-config were<br>
installed from package.<br>
<br>
You can make pkg-config look elsewhere for these files by doing<br>
something like (if you installed GStreamer into /usr/local/ for example,<br>
which is the default when building from source):<br>
<br>
 $ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH<br>
 $ export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH<br>
<br>
This is all assuming that you actually did &#39;make install&#39; into some<br>
prefix, of course. If you&#39;re running in an uninstalled setup, the<br>
gst-uninstalled sript will take care of all these paths for you.<br>
<div><div></div><div class="h5"><br>
Cheers<br>
 -Tim<br>
<br>
<br>
<br>
------------------------------------------------------------------------------<br>
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are<br>
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and<br>
easily build your RIAs with Flex Builder, the Eclipse(TM)based development<br>
software that enables intelligent coding and step-through debugging.<br>
Download the free 60 day trial. <a href="http://p.sf.net/sfu/www-adobe-com" target="_blank">http://p.sf.net/sfu/www-adobe-com</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br>