android: Implement a video sink that provides an android.view.View
@slomo
Submitted by Sebastian Dröge Link to original bug (#766044)
Description
Similar to gtk(gl)sink, caopengllayersink, qmlvideosink. This could provide a simple subclass of android.opengl.GLSurfaceView (which can create the GL context and everything for us), and then share its own GL context with the pipeline context.
As it requires some Java/JNI code, this should be in the androidmedia plugin.