1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-04 23:40:47 +00:00
mpv/DOCS/client_api_examples
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
..
qml DOCS/client_api_examples: qtquick: fix destruction 2014-12-30 22:40:25 +01:00
cocoabasic.m libmpv: cocoa: add basic menu 2014-10-27 19:14:55 +01:00
qtexample.cpp DOCS/client_api_examples: qtexample: don't require Qt 5.x 2014-10-17 22:36:23 +02:00
qtexample.h DOCS/client_api_examples: qtexample: stuff 2014-10-13 23:55:57 +02:00
qtexample.pro DOCS/client_api_examples: qtexample: stuff 2014-10-13 23:55:57 +02:00
shared.h Add a client API example 2014-02-10 21:30:55 +01:00
simple.c client API, X11: change default keyboard input handling again 2014-09-28 20:11:00 +02:00