[Bug 664088] gst-inspect-0.10: Failed to load plugin '/system/lib/libthread_db.so': Cannot load library: reloc_library[1317]: 376 cannot locate 'ps_pglobal_lookup'...

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jan 17 04:06:11 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=664088
  GStreamer | gst-android | 0.10.36

Vincent Penquerc'h <vincent.penquerch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
                 CC|                            |vincent.penquerch at collabora
                   |                            |.co.uk

--- Comment #1 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2012-01-17 12:06:06 UTC ---
It looks like you're telling GStreamer that plugins are in /system/lib.
It will load shared objects in there, and check whether they are plugins. It
finds libsysutils.so, which it cannot load via dlopen. I assume this library
can be used when done in the usual manner (ld.so, if that exists on Android).

There is no such element as libgstdecodebin2. Either try decodebin2, or the
path to libgstdecodebin2.so (the shared object that implements the decodebin2
element).

With this done, if you still get an error loading the plugin scanner, please
ensure you have set up everything as the gst-on-Android docs mention.

If the issue persists, please report it.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list