[gst-devel] Building Plug-ins

ensonic ensonic at hora-obscura.de
Fri Oct 20 10:13:46 CEST 2006


hi,

On 2:47:27 am 19/10/2006 ThomasBambrough <thomas.bambrough at charter.net>
wrote:
> I have attempted to install a modified version of the base plug-in
> with no success. I can make the change and compile the plug-in, but
> it does not install .I know because I have placed new debug statement
> in the code next to existing one and i never see the new messages.
> I'm using base plug-in 10.7. I have performed the following step to
> build and install the plug-in
>
> $ ./configure
> $ make
> # make install
>
> Everything seems to build and install, but i never get the new
> plug-in. What step am i missing to get this plug-in installed
> correctly
>

have you build gstreamer (the core package) with --enable-gst-debug. Only
then debug-logging is enabled. Anther thing to check is that you don't mix
prefixes. Many ditributions install stuff with --prefix=/usr and your
self-compiled stuff goes to /usr/local. Check /usr/lib/gstreamer-0.10 and
/usr/local/lib/gstreamer-0.10. You can either build you modified
plugins-base with --prefix=/usr or use GST_PLUGIN_PATH env var to point to
the plugins in /usr/local.

Stefan





More information about the gstreamer-devel mailing list