Gstreamer in android problem

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Gstreamer in android problem

karol221-10
I have big problem with gstreamer. I want to integrate gstreamer with my project in android studio. At the start, I tried to compile tutorials from https://gstreamer.freedesktop.org/documentation/tutorials/android/index.html. But there's prepared for Eclipse. I don't know, how to integrate Gstreamer with android studio and gradle. Can you take me step by step instructions?
Reply | Threaded
Open this post in threaded view
|

Re: Gstreamer in android problem

Sebastian Dröge-3
On Wed, 2017-07-12 at 06:33 -0700, karol221-10 wrote:
> I have big problem with gstreamer. I want to integrate gstreamer with my
> project in android studio. At the start, I tried to compile tutorials from
> https://gstreamer.freedesktop.org/documentation/tutorials/android/index.html.
> But there's prepared for Eclipse. I don't know, how to integrate Gstreamer
> with android studio and gradle. Can you take me step by step instructions? 

See the patch here:
  https://bugzilla.gnome.org/show_bug.cgi?id=784465

This adds gradle support to the tutorials.

--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (981 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Gstreamer in android problem

karol221-10
Thanks a lot. Tutorial-1 application builds fine, but it's not working. Android Emulator displays error 'Application xxx has stopped'. When I debugged 'app', I got SIGFPE signal: integer divide by zero. C and Java code is the same as in android gstreamer tutorial 1. I used gradle files from patch from your link.