[video_player] Add missing mutex (#24)

This commit is contained in:
Hidenori Matsubayashi
2021-08-05 13:32:11 +09:00
committed by GitHub
parent dd294a8803
commit ee9630877a
4 changed files with 17 additions and 6 deletions
+4
View File
@@ -1,3 +1,7 @@
## 0.9.3
* Improve the error handling.
* Add the missing mutex.
## 0.9.2
* Changed to send stream completed messages from main thread.