Package gstreamer-plugin-ugly-0.10.14

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Package gstreamer-plugin-ugly-0.10.14

rafael.lmsousa
Hi all,

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. 

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.

in all the packages I've done the following steps:

$ ./configure
$ make
# make install

Anyone can lend me a help?

Thanks in advance

------------------------------------------------------------------------------
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!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Package gstreamer-plugin-ugly-0.10.14

Andrés González
On 10/11/10 16:00, Rafael Sousa wrote:
Hi all,

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. 

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.

in all the packages I've done the following steps:

$ ./configure
$ make
# make install

Anyone can lend me a help?
Hello Rafael,

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).

I repeat what once I was told about this:

Tipically you don't need to ./configure; make; # make install. In fact, now you have installed, I recommend you doing

# make uninstall

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).

you can get updated packages for Lucid at
https://launchpad.net/~gstreamer-developers/+archive/ppa/+packages?field.name_filter=&field.status_filter=published&field.series_filter=lucid

and if you want to develop for the latest GIT of GStreamer you can run it all
uninstalled without breaking your system.
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/faq/html/chapter-developing.html#developing-uninstalled-gstreamer


Regards,
Andrés




Thanks in advance
------------------------------------------------------------------------------ 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! http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


------------------------------------------------------------------------------
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!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Package gstreamer-plugin-ugly-0.10.14

Marco Ballesio
In reply to this post by rafael.lmsousa
Hi,

this set of scripts may help you building a gstreamer sandbox aligned
with upstream head without polluting your system:

http://gitorious.org/mkgst

the most common gstreamer packages and dependencies (eg h264) are
downloaded and built as needed. using the setenv script like:

. ./mkgst/setenv.sh

will set the env variables of your shell once you've built.

I use it regularly on many laptops, but please note the docs are still
pretty poor.

regards
On 11/10/10, Rafael Sousa <[hidden email]> wrote:

> Hi all,
>
> 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.
>
> 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.
>
> in all the packages I've done the following steps:
>
> $ ./configure
> $ make
> # make install
>
> Anyone can lend me a help?
>
> Thanks in advance
>

------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel