Revamp tutorial 5 code to continue what we have been showing in all previous tutorial...
authorXavi Artigas <xartigas@fluendo.com>
Mon, 5 Nov 2012 09:36:01 +0000 (10:36 +0100)
committerXavi Artigas <xartigas@fluendo.com>
Mon, 5 Nov 2012 09:36:01 +0000 (10:36 +0100)
commit2635e59fb46896808d618827c04b48974ff85de9
tree37be899afc91d5e555d6dbba037aec4a434d5033
parentac07b88df9924b8c03a1b00014b03b6424dbd4be
Revamp tutorial 5 code to continue what we have been showing in all previous tutorials. Drop unused code and add goodies like media size reporting and seek throttling.
gst-sdk/tutorials/android-tutorial-5/jni/tutorial-5.c
gst-sdk/tutorials/android-tutorial-5/res/layout/main.xml
gst-sdk/tutorials/android-tutorial-5/src/com/gst_sdk_tutorials/tutorial_5/GStreamerSurfaceView.java [new file with mode: 0644]
gst-sdk/tutorials/android-tutorial-5/src/com/gst_sdk_tutorials/tutorial_5/Tutorial5.java