Skip to content Skip to sidebar Skip to footer

Adding Native Support To Gstreamer Tutorial Won't Finish

I'm following this: http://docs.gstreamer.com/display/GstSDK/Installing+for+Android+development I'm using the Windows x86 ADT bundle, the Windows x86 r9d NDK, and the Gstreamer SD

Solution 1:

I watched a youtube video of someone setting this up (as far as I can tell he adds the NDK manually adding a build program and pointing to the ndk-build.cmd file):

https://www.youtube.com/watch?v=nKfAELFdf9A

This seemed to work but I was still missing import com.gstreamer.GStreamer; so I closed the tutorial 2 project, built and ran tutorial 1, opened tutorial 2 again, cleaned, built, and it ran.

Problem solved.

Post a Comment for "Adding Native Support To Gstreamer Tutorial Won't Finish"