Sorry, I forgot to mention that what I was seeking for was to build the RTSP server (based in gstreamer 0.10.22.1) without having to change my default Gstreamer framework in the file system (0.10.21). That&#39;s why I supposed that I had to use any environment variable that didn&#39;t affect the current Gstreamer installation. As said before, I thought that it could be done with the gst-uninstalled script, but I wasn&#39;t able to find it. Where is it? Is this what I really was looking for?<br>
<br>Regards,<br>Javi<br><br><div class="gmail_quote">El 19 de marzo de 2009 17:56, Javier Gálvez Guerrero <span dir="ltr">&lt;<a href="mailto:javier.galvez.guerrero@gmail.com">javier.galvez.guerrero@gmail.com</a>&gt;</span> escribió:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">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"><div class="im">2009/3/19 Tim-Philipp Müller <span dir="ltr">&lt;<a href="mailto:t.i.m@zen.co.uk" target="_blank">t.i.m@zen.co.uk</a>&gt;</span><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div>On Thu, 2009-03-19 at 15:58 +0100, Javier Gálvez Guerrero wrote:<div><div></div><div class="h5"><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></div></div><div><div></div><div class="h5">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><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" target="_blank">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></div></div></blockquote></div><br>
</blockquote></div><br>