[gst-devel] gstreamer mpeg2dec plugins
Tim Müller
t.i.m at zen.co.uk
Mon Sep 3 10:48:51 CEST 2007
On Mon, 2007-09-03 at 09:19 +0800, Volter Yen wrote:
> cd gst-plugins-ugly-0.10-6
> ./configure
At the end of ./configure, it should print a list of plugins that is
going to be built and a list of plugins that is not going to be built.
Does it say 'mpeg2dec' is going to be built or not?
If not, check the config.log file for details - it will tell you what it
was looking for in order to build mpeg2dec (if it's not obvious from
the ./configure output itself).
> make
> make install
Are you building against a gstreamer core installed from package or one
installed from source? If from package, then 'make install' might not
install the plugins into a prefix where the core will find it
(/usr/local/lib/gstreamer-0.10 vs. /usr/lib/gstreamer-0.10).
Cheers
-Tim
More information about the gstreamer-devel
mailing list