[gst-devel] mpegdemux, mad, mpeg2dec, ... missing after installing PPA packages
Andres Gonzalez
acandido at hi-iberia.es
Wed Aug 25 16:40:47 CEST 2010
On 25/08/10 15:27, Sebastian Dröge wrote:
> On Wed, 2010-08-25 at 14:51 +0200, Andres Gonzalez wrote:
>> An interesting fact:
>>
>> I made a small test program that iterates through registry->plugins
>> (being registry the default registry) and I see that all plugins are in
>> /usr/local/lib, (none in /usr/lib, for example). Any idea about this?
> You have GStreamer installed manually in /usr/local. Don't do that, it
> won't find your distributions plugins in /usr anymore :P
D'oh!
I just found out that:
$ GST_PLUGIN_PATH=/usr/lib/gstreamer-0.10/ gst-inspect mad
works perfectly, and so do all the other cases that were giving trouble
(now the videomixer works right, also :-).
Is there any way to put that path back "into gstreamer"?
More information about the gstreamer-devel
mailing list