mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 15:36:35 +00:00
playback/player: android: Register native_stop() with JNI
https://github.com/sdroege/gst-player/issues/143
This commit is contained in:
parent
f509043c1d
commit
048de74441
1 changed files with 1 additions and 0 deletions
|
@ -450,6 +450,7 @@ static JNINativeMethod native_methods[] = {
|
|||
{"nativeNew", "()V", (void *) native_new},
|
||||
{"nativePlay", "()V", (void *) native_play},
|
||||
{"nativePause", "()V", (void *) native_pause},
|
||||
{"nativeStop", "()V", (void *) native_stop},
|
||||
{"nativeSeek", "(J)V", (void *) native_seek},
|
||||
{"nativeFree", "()V", (void *) native_free},
|
||||
{"nativeGetUri", "()Ljava/lang/String;", (void *) native_get_uri},
|
||||
|
|
Loading…
Reference in a new issue