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.
This commit is contained in:
Arun Raghavan 2012-11-11 11:06:09 +05:30
parent efecef0a6c
commit e915be9208
4 changed files with 131 additions and 0 deletions

8
jni/README.gst-sdk Normal file
View file

@ -0,0 +1,8 @@
* 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