Subject: Re: Problem in Building the gstreamer with the NDK

Reynaldo H. Verdejo Pinochet reynaldo at opendot.cl
Thu Nov 17 10:38:55 PST 2011


Hi

On 11/17/2011 02:51 PM, Eduardo Barrios wrote:
> Yeah I just put a junk string there for now, it compiles fine using my
> Droid X (running CyanogenMod) libraries. gst-inspect, gst-launch and
> audioexample work, but I'm running into the problem of having too many
> shared objects, and I can't bump SO_MAX since I'm not looking into
> recompiling the system.
> 

We added a flag you can use to avoid hitting that limit at registry
building on Android and other systems with a hard limit on the number
of shared object files a process can load at once.

Add GST_REGISTRY_REUSE_PLUGIN_SCANNER=no to your gst-launch
call and it should work.

Best regards

--
Reynaldo


More information about the gstreamer-android mailing list