gstreamer-android Digest, Vol 15, Issue 10

Dayananda Madappa ee206673 at sasken.com
Sun Aug 26 22:54:25 PDT 2012


Hi,

I am playing mp3 media file through android GB emulator using GST_PLAYER,
But am facing decodebin2 plugin error,its saying missing decodebin2 plugin,
can anyone help on this issue.

Regards
Daya



gstreamer-android-request at lists.freedesktop.org wrote:
> Send gstreamer-android mailing list submissions to
> 	gstreamer-android at lists.freedesktop.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.freedesktop.org/mailman/listinfo/gstreamer-android
> or, via email, send a message with subject or body 'help' to
> 	gstreamer-android-request at lists.freedesktop.org
>
> You can reach the person managing the list at
> 	gstreamer-android-owner at lists.freedesktop.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of gstreamer-android digest..."
>
>
> Today's Topics:
>
>    1. Re: gstreamer-android Digest, Vol 15, Issue 8 (Arun Raghavan)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 25 Aug 2012 00:41:10 +0530
> From: Arun Raghavan <arun.raghavan at collabora.co.uk>
> To: Discussions about GStreamer on Android
> 	<gstreamer-android at lists.freedesktop.org>
> Subject: Re: gstreamer-android Digest, Vol 15, Issue 8
> Message-ID: <1345835470.25450.23.camel at localhost>
> Content-Type: text/plain; charset="UTF-8"
>
> On Fri, 2012-08-24 at 16:27 +0530, Sandhya Sebastian wrote:
>   
>> Hi,
>>
>> I checked with gst-inspect and confirmed mad plugin is present.
>> And what I understood is libgstmad.so is using libmad.
>> So do we have to load libmad again through System.loadLibrary("libmad"); ?
>> I am new to this .Sorry for the basic questions.
>>     
>
> Unfortunately, when running an Android app, the loader does not load
> dependent libraries for the plugins that we load. So the behaviour in
> gst-launch will be different from the app itself. Adding the
> System.loadLibrary bit before you drop into native code and do a
> gst_init() should solve this.
>
> There might be other plugins or libraries with similar issues. There is
> usually some hint in adb logcat output. Disabling the registry is
> probably a good idea while you're getting the app up and running (a call
> setenv("GST_REGISTRY", "/dev/zero", 1) before gst initialisation should
> do the trick).
>
> -- Arun
>
>
>
> ------------------------------
>
> _______________________________________________
> gstreamer-android mailing list
> gstreamer-android at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-android
>
>
> End of gstreamer-android Digest, Vol 15, Issue 10
> *************************************************
> .
>
>   

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-android/attachments/20120827/d85a8d21/attachment.html>


More information about the gstreamer-android mailing list