<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
I am playing mp3 media file through android GB emulator using
GST_PLAYER,<br>
But am facing decodebin2 plugin error,its saying missing decodebin2
plugin,<br>
can anyone help on this issue.<br>
<br>
Regards<br>
Daya<br>
<br>
<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-android-request@lists.freedesktop.org">gstreamer-android-request@lists.freedesktop.org</a> wrote:
<blockquote
 cite="mid:mailman.9.1345921207.1966.gstreamer-android@lists.freedesktop.org"
 type="cite">
  <pre wrap="">Send gstreamer-android mailing list submissions to
        <a class="moz-txt-link-abbreviated" href="mailto:gstreamer-android@lists.freedesktop.org">gstreamer-android@lists.freedesktop.org</a>

To subscribe or unsubscribe via the World Wide Web, visit
        <a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-android">http://lists.freedesktop.org/mailman/listinfo/gstreamer-android</a>
or, via email, send a message with subject or body 'help' to
        <a class="moz-txt-link-abbreviated" href="mailto:gstreamer-android-request@lists.freedesktop.org">gstreamer-android-request@lists.freedesktop.org</a>

You can reach the person managing the list at
        <a class="moz-txt-link-abbreviated" href="mailto:gstreamer-android-owner@lists.freedesktop.org">gstreamer-android-owner@lists.freedesktop.org</a>

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 <a class="moz-txt-link-rfc2396E" href="mailto:arun.raghavan@collabora.co.uk"><arun.raghavan@collabora.co.uk></a>
To: Discussions about GStreamer on Android
        <a class="moz-txt-link-rfc2396E" href="mailto:gstreamer-android@lists.freedesktop.org"><gstreamer-android@lists.freedesktop.org></a>
Subject: Re: gstreamer-android Digest, Vol 15, Issue 8
Message-ID: <1345835470.25450.23.camel@localhost>
Content-Type: text/plain; charset="UTF-8"

On Fri, 2012-08-24 at 16:27 +0530, Sandhya Sebastian wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">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.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
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
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-android@lists.freedesktop.org">gstreamer-android@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-android">http://lists.freedesktop.org/mailman/listinfo/gstreamer-android</a>


End of gstreamer-android Digest, Vol 15, Issue 10
*************************************************
.

  </pre>
</blockquote>
<br>
</body>
</html>