[gst-devel] Using playbin2

Tim-Philipp Müller t.i.m at zen.co.uk
Fri Jun 26 00:55:53 CEST 2009


On Thu, 2009-06-25 at 16:32 -0600, Jeffrey Barish wrote:

> >>>> import gst
> > python: symbol lookup error: gst/.libs/_gst.so: undefined symbol:
> > gst_search_mode_get_type

This most likely means it wants a core (libgstreamer-0.10.*) >= 0.10.23,
but actually links against an older version that doesn't have this
symbol. Maybe you haven't set up your LD_LIBRARY_PATH or whatever
correctly, either now or at build time? Check with ldd gst/.libs/_gst.so
what it links against.


> By the way, when I made gst-plugins-base-0.10.23, gio was listed as
> a "plug-in with dependencies that will not be built".  Could this be the
> problem?  I couldn't figure out how to get the make to include gio.

Pass the --enable-experimental switch to configure or autogen.sh to
build the gio plugin.

Cheers
 -Tim






More information about the gstreamer-devel mailing list