mpv/libmpv
wm4 0b9468f65f client API: clarify mpv_get_wakeup_pipe docs
It wasn't necessarily clear how this works. Especially make clear that
the API user shouldn't expect that there's one byte per readable event
in the wakeup pipe. Actually, the reason why this currently won't work
is because property notifications can generate more events than wakeups.
The limit of 4096 is a more fundamental issue, but the event ringbuffer
is currently limited to 1000 entries anyway.

Also add some important comments to mpv_set_wakeup_callback.
2014-06-07 20:13:01 +02:00
..
client.h client API: clarify mpv_get_wakeup_pipe docs 2014-06-07 20:13:01 +02:00
mpv.pc.in libmpv: add pkg-config file 2014-03-11 19:15:42 +01:00