gstreamer-android Digest, Vol 15, Issue 10

Sandhya Sebastian sandhya.sebastian at sasken.com
Mon Aug 27 01:24:55 PDT 2012


Hi Arun,

Thank you for your reply.

I have loaded the libmad in MediaPlayer.java and disabled the registry before gst_init_check in GstDriver.cpp.
But still It is giving the same error.

I replaced the audioflingersink with fakesink and tried then I am getting the following error:

external/qemu/tcg/tcg.c:1362: tcg fatal error
Aborted
 and emulator is getting killed.

I tried to play the mp3 file using gst-launch then also I am getting the qemu error and emulator is getting aborted.

Can this be a problem with my setup?

Please give suggestions.


Thanks & Regards,
Sandhya
________________________________________
From: gstreamer-android-bounces+sandhya.sebastian=sasken.com at lists.freedesktop.org [gstreamer-android-bounces+sandhya.sebastian=sasken.com at lists.freedesktop.org] On Behalf Of gstreamer-android-request at lists.freedesktop.org [gstreamer-android-request at lists.freedesktop.org]
Sent: Sunday, August 26, 2012 12:30 AM
To: gstreamer-android at lists.freedesktop.org
Subject: gstreamer-android Digest, Vol 15, Issue 10

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
*************************************************

SASKEN BUSINESS DISCLAIMER: This message may contain confidential, proprietary or legally privileged information. In case you are not the original intended Recipient of the message, you must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message and you are requested to delete it and inform the sender. Any views expressed in this message are those of the individual sender unless otherwise stated. Nothing contained in this message shall be construed as an offer or acceptance of any offer by Sasken Communication Technologies Limited ("Sasken") unless sent with that express intent and with due authority of Sasken. Sasken has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email.
Read Disclaimer at http://www.sasken.com/extras/mail_disclaimer.html


More information about the gstreamer-android mailing list