mirror of https://github.com/mpv-player/mpv
command: make demuxer-cache-state property observable
The update is throttled by the normal playloop cache update mechanism.
This commit is contained in:
parent
f99d9c5b08
commit
f57fad4a4d
|
@ -3611,7 +3611,7 @@ static const char *const *const mp_event_property_change[] = {
|
|||
E(MP_EVENT_CACHE_UPDATE, "cache", "cache-free", "cache-used", "cache-idle",
|
||||
"demuxer-cache-duration", "demuxer-cache-idle", "paused-for-cache",
|
||||
"demuxer-cache-time", "cache-buffering-state", "cache-speed",
|
||||
"cache-percent"),
|
||||
"cache-percent", "demuxer-cache-state"),
|
||||
E(MP_EVENT_WIN_RESIZE, "window-scale", "osd-width", "osd-height", "osd-par"),
|
||||
E(MP_EVENT_WIN_STATE, "window-minimized", "display-names", "display-fps",
|
||||
"fullscreen"),
|
||||
|
|
Loading…
Reference in New Issue