-
Notifications
You must be signed in to change notification settings - Fork 44
player_decode crash #7
Copy link
Copy link
Open
Description
In ffmpeg_mediaplayer.c, stop() won't wait player_decode thread to end.
Sometimes JVM will free resources of player, but the player_decode thread might still be running.
Thus cause JNI crash inside player_decode.
Suggest pthread_join(state->decoder_thread as in reset().
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels