apps-android-commons/jni
Arun Raghavan e915be9208 First pass at adding transcode support
This does a hard-coded audio encode to vorbis-in-ogg. In the long term,
this should use encodebin and real encoding profiles.
2012-11-11 12:25:32 +05:30
..
Android.mk First pass at adding transcode support 2012-11-11 12:25:32 +05:30
README.gst-sdk First pass at adding transcode support 2012-11-11 12:25:32 +05:30
transcode.c First pass at adding transcode support 2012-11-11 12:25:32 +05:30

* Get the GStreamer SDK for Android
  - http://docs.gstreamer.com/display/GstSDK/Installing+for+Android+development
  - user: test, pass: Jo6eem7e (these will go away once the SDK gets out of the
    beta stage)
* Get the NDK
* export GSTREAMER_SDK_ROOT_ANDROID=/path/to/unpacked/gstreamer/sdk
* cd jni; <NDK path>/ndk-build
* cd ..; Continue building as usual