Gstreamer hardware decoder not working in android 5.0

stic at free.fr stic at free.fr
Wed Jan 21 03:06:09 PST 2015


Yes I think the problem is here if you run Android 5.0.
the lib is located on your device, you don't need to "download" it.
You just have to replace "libdvm" by "libart" in the code, recompile the module and load your new androidmedia module instead of the one loaded by default with sdk.

----- Mail original -----
De: "Gokul Vellingiri" <vgokul129 at gmail.com>
À: gstreamer-devel at lists.freedesktop.org
Envoyé: Mercredi 21 Janvier 2015 07:57:24
Objet: Re: Gstreamer hardware decoder not working in android 5.0

I Explored the gstamc.c file,i had the following line inside my code:

if (!load_java_module (NULL)) {
    if (!load_java_module ("libdvm"))
      return FALSE;
  }

Maybe the lock will be here too.
Where can i find and download libart file?



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Hardware-decoder-element-not-working-in-android-5-0-tp4670262p4670377.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


More information about the gstreamer-devel mailing list