mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
playback/player: android: remove unused variable 'gst_app_thread'
This commit is contained in:
parent
2a5ba6574f
commit
c3928830cf
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ typedef struct _Player
|
||||||
ANativeWindow *native_window;
|
ANativeWindow *native_window;
|
||||||
} Player;
|
} Player;
|
||||||
|
|
||||||
static pthread_t gst_app_thread;
|
|
||||||
static pthread_key_t current_jni_env;
|
static pthread_key_t current_jni_env;
|
||||||
static JavaVM *java_vm;
|
static JavaVM *java_vm;
|
||||||
static jfieldID native_player_field_id;
|
static jfieldID native_player_field_id;
|
||||||
|
|
Loading…
Reference in a new issue