android/tutorial3: De-SDKify everything a bit more
[platform/upstream/gstreamer.git] / gst-sdk / tutorials / android-tutorial-3 / jni / tutorial-3.c
2016-06-21 Sebastian Drögeandroid/tutorial3: De-SDKify everything a bit more
2014-02-12 Sebastian DrögeInclude stdint.h for android/native_window.h
2013-10-31 Sebastian DrögePort Android tutorials to 1.0
2012-10-23 Xavi ArtigasFix the case where a new surface is provided without...
2012-10-22 Xavi ArtigasCode cleanup: only call gst_x_overlay_set_window_handle...
2012-10-22 Xavi ArtigasRemove runtime detection of media size as it causes...
2012-10-19 Xavi ArtigasMissing braces!
2012-10-19 Xavi ArtigasFix (workaround?, hack?) for expose() having the wrong...
2012-10-18 Xavi ArtigasImplement Aspect ratio preservation in GStreamerSurface...
2012-10-18 Xavi ArtigasFix memleak :)
2012-10-17 Xavi ArtigasRemove video sink debug
2012-10-17 Xavi ArtigasAdd warptv to the pipeline, for added awesomeness.
2012-10-17 Xavi ArtigasProper reporting of media size. Now the Android layout...
2012-10-17 Xavi ArtigasWhitespacey & comments
2012-10-16 Xavi ArtigasMake sure the pipeline is in READY state before trying...
2012-10-15 Xavi ArtigasWith proper debug output
2012-10-15 Xavi ArtigasTutorial 3