getting started with gst_player

Sebastian Dröge sebastian at centricular.com
Tue Jun 21 06:06:54 UTC 2016


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160621/27b586df/attachment.sig>


More information about the gstreamer-devel mailing list