[gst-devel] Building gstreamer from source and plugin
hce
webmail.hce at gmail.com
Mon Dec 6 06:24:41 CET 2010
> mad plugin is part of the gst-plugins-ugly module.
>
> You can list installed plugins using "gst-inspect" tool.
Thanks. I installed gst-plugins-ugly in a non-standard local
directory, and set --enable-mad. But it failed to build mad plugin as
"libid3tag not available".
So I built the libid3tag-0.15.0b in a non-standard local directory,
and set --enable-id3tag
--with-id3tag-prefix=/gstreamer/libid3tag-0.15.0b/Install, the
gst-plugins-ugly displayed error of unknown tags, and suggested to
"Package id3tag was not found in the pkg-config search path. Perhaps
you should add the directory containing `id3tag.pc'". But,
libid3tag-0.15.0b does not have id3tag.pc, only "libid3tag.a
libid3tag.la libid3tag.so libid3tag.so.0 libid3tag.so.0.2.0" are in
Install/lib.
What are correct package tags I can add external packages to
gst-plugins-ugly configuration? I guess I need download
libmad-0.15.1b.tar.gz as well and add
--with-mad=/gstreamer/libmad-0.15.1b/Install as well?
Thank you.
Kind regards,
jupiter
More information about the gstreamer-devel
mailing list