getting started with gst_player

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

getting started with gst_player

Chuck Crisler-3
I can't seem to get off of the ground with this. I have 2 problems, which are probably really only 1. Where to define the GStreamer root and where to define the target architecture. The app build.gradle checks project.ext.hasProperty, so I defined gstAndroidRoot in the project build.gradle under allprojects, project.ext {. I also tried defining gstRoot and gstAndroidRoot in ~/.gradle/gradle.properties. I also defined TARGET_ARCH_ABI there. Neither has any effect. I get 4 errors that the build can't find /home/.../cerbero/dist/android_arm/..., which I would expect from looking at the app build.gradle when the gstAndroidRoot is not defined in the project extensions. Then finally I get 'Target arch ABI not supported', the error msg from line 23 in the Android.mk file. Yes, I did sync after making the changes and before the build. Where should I define these?

Thank you in advance,
Chuck

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: getting started with gst_player

Sebastian Dröge-3
On Mo, 2016-06-20 at 22:35 -0400, Chuck Crisler wrote:

> I can't seem to get off of the ground with this. I have 2 problems,
> which are probably really only 1. Where to define the GStreamer root
> and where to define the target architecture. The app build.gradle
> checks project.ext.hasProperty, so I defined gstAndroidRoot in the
> project build.gradle under allprojects, project.ext {. I also tried
> defining gstRoot and gstAndroidRoot in ~/.gradle/gradle.properties. I
> also defined TARGET_ARCH_ABI there. Neither has any effect. I get 4
> errors that the build can't find
> /home/.../cerbero/dist/android_arm/..., which I would expect from
> looking at the app build.gradle when the gstAndroidRoot is not
> defined in the project extensions. Then finally I get 'Target arch
> ABI not supported', the error msg from line 23 in the Android.mk
> file. Yes, I did sync after making the changes and before the build.
> Where should I define these?
Here it works if I set e.g.
  gstAndroidRoot=/home/slomo/Projects/gstreamer/gst-player/gst-android
in gradle.properties of the project.

Make sure to not put " around the path string, and maybe also omitting
the final / might be necessary.

--

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