The source project of this merge request has been removed.
androidmedia: Fix crash in surface texture code
This patch fixed two places in adroidmedia plugin which causes crash.
- _GstAmcSurfaceTextureJNI has no parent_instance.
- codec->surface should be codec->surface->jobject.
Fixes #1105 (closed)
Edited by Sirius Wu