mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
androidmedia: Make sure that the first member of GstAmcSurfaceTextureJNI is correct
It's a subclass of GstAmcSurfaceTexture so should have that as first struct member or otherwise it won't work. Fixes #1105
This commit is contained in:
parent
e71f620eb0
commit
b5e506d12b
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
|
||||
struct _GstAmcSurfaceTextureJNI
|
||||
{
|
||||
GstAmcSurfaceTexture parent_instance;
|
||||
jobject jobject;
|
||||
gint texture_id;
|
||||
|
||||
|
|
Loading…
Reference in a new issue