1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-04 23:40:47 +00:00
mpv/DOCS/client_api_examples/qml
wm4 10f51a8c57 DOCS/client_api_examples: qtquick: fix destruction
Destruction (e.g. when closing the window) was a bit broken. This commit
fixes some possible crashes, and should make lifetime management
relatively sane. (Still a bit complex, though. Maybe this code should be
moved into a tiny library.)

QtQuick runs the renderer on a separate thread. This thread is rather
loosely connected to the main thread. The loose separation is enforced
by the API, which also makes coordination of initialization and
destruction harder. Throw refcounting at the problem, which fixes it.
The refcounting wrapper introduced in the previous commit is used for
this.

Also contains some general cleanups.
2014-12-30 22:40:25 +01:00
..
main.cpp client API: expose OpenGL renderer 2014-12-09 17:59:04 +01:00
main.qml DOCS/client_api_examples: qtquick: fix destruction 2014-12-30 22:40:25 +01:00
mpvrenderer.cpp DOCS/client_api_examples: qtquick: fix destruction 2014-12-30 22:40:25 +01:00
mpvrenderer.h DOCS/client_api_examples: qtquick: fix destruction 2014-12-30 22:40:25 +01:00
mpvtest.pro DOCS/client_api_examples: qtquick: fix destruction 2014-12-30 22:40:25 +01:00
mpvtest.qrc client API: expose OpenGL renderer 2014-12-09 17:59:04 +01:00