GStreamer does not place the Gstreamer.java file into the correct fold while cooperating with android studio

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

GStreamer does not place the Gstreamer.java file into the correct fold while cooperating with android studio

Ugly Face
That is a problem for me.

I follow https://github.com/jaroslavas/Gstreamer-Android-example to build my own demo. And then I find out that GStreamer does not place the GStreamer.java into "main/java". Instead, it place the file into a wrong place.

I can get the compile error fix by copy the file to the correct folder. But I do not want to do the copying work all the time.

So, I just want to know whether can I get the problem fix by modify some file in GStreamer?  

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: GStreamer does not place the Gstreamer.java file into the correct fold while cooperating with android studio

Sebastian Dröge-3
On Di, 2016-07-26 at 07:39 -0700, Ugly Face wrote:

> That is a problem for me.
>
> I follow  https://github.com/jaroslavas/Gstreamer-Android-example
> > <https://github.com/jaroslavas/Gstreamer-Android-example>   to build my own
> demo. And then I find out that GStreamer does not place the GStreamer.java
> into "main/java". Instead, it place the file into a wrong place.
>
> I can get the compile error fix by copy the file to the correct folder. But
> I do not want to do the copying work all the time.
>
> So, I just want to know whether can I get the problem fix by modify some
> file in GStreamer?  
I don't know what the build system of that example is doing, but maybe
compare it with this one here which is putting all files where they
belong: https://github.com/sdroege/gst-launch-remote/

Check the android directory.

--
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 (968 bytes) Download Attachment