<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body text="#000000" bgcolor="#ffffff">
    On 10/11/10 16:00, Rafael Sousa wrote:
    <blockquote
      cite="mid:AANLkTim0gxjJcNT59wUNdhODPuQZHHgj_ytKrmKhvMq6@mail.gmail.com"
      type="cite">Hi all,
      <div><br>
      </div>
      <div>I'm trying to install the package cited above from de tar.gz
        source. But I'm having some problems. First, when I configure,
        compile and install, the gstreamer don't find the plugin that I
        installed. I think that is some parameter in the configure step
        that I didn't do. the gstreamer main package I installed from
        apt-get command. How do I have to proceed to make the gstreamer
        recognize the plugin? I'm using ubuntu 10.04.&nbsp;</div>
      <div><br>
      </div>
      <div>The reason that I'm installing from the tar.gz is because I
        am developing a project for my master thesis. I have another
        doubt similar to what I asked above: how do I link the plugin
        ugly with the x264? I compiled and installed the x264 from the
        tar.gz too.</div>
      <div><br>
      </div>
      <div>in all the packages I've done the following steps:</div>
      <div><br>
      </div>
      <div>$ ./configure</div>
      <div>$ make</div>
      <div># make install</div>
      <div><br>
      </div>
      <div>Anyone can lend me a help?</div>
    </blockquote>
    Hello Rafael,<br>
    <br>
    I understand that you are installing the tarball because you want to
    modify GStreamer for your project (as opposite of installing a
    specific version of the package). <br>
    <br>
    I repeat what once I was told about this:<br>
    <br>
    Tipically you don't need to ./configure; make; # make install. In
    fact, now you have installed, I recommend you doing <br>
    <br>
    # make uninstall<br>
    <br>
    otherwise this new version (installed in /usr/local) is going to
    collide with the one installed in /usr, in case you installed also
    the binary packages (don't do that if you have any source tarball
    where you configured with --prefix=/usr).<br>
    <br>
    <pre wrap="">you can get updated packages for<span class="moz-txt-citetags"> </span>Lucid at
<span class="moz-txt-citetags"></span><a class="moz-txt-link-freetext" href="https://launchpad.net/%7Egstreamer-developers/+archive/ppa/+packages?field.name_filter=&amp;field.status_filter=published&amp;field.series_filter=lucid">https://launchpad.net/~gstreamer-developers/+archive/ppa/+packages?field.name_filter=&amp;field.status_filter=published&amp;field.series_filter=lucid</a>
<span class="moz-txt-citetags"></span>
and if you want to develop for the latest GIT of GStreamer you can run it all
<span class="moz-txt-citetags"></span>uninstalled without breaking your system.
<span class="moz-txt-citetags"></span><a class="moz-txt-link-freetext" href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/faq/html/chapter-developing.html#developing-uninstalled-gstreamer">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/faq/html/chapter-developing.html#developing-uninstalled-gstreamer</a>
<span class="moz-txt-citetags"></span>

Regards,
Andr&eacute;s


</pre>
    <br>
    <blockquote
      cite="mid:AANLkTim0gxjJcNT59wUNdhODPuQZHHgj_ytKrmKhvMq6@mail.gmail.com"
      type="cite">
      <div><br>
      </div>
      <div>Thanks in advance</div>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
<a class="moz-txt-link-freetext" href="http://p.sf.net/sfu/SAP-dev2dev">http://p.sf.net/sfu/SAP-dev2dev</a></pre>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>