command: make demuxer-cache-state property observable

The update is throttled by the normal playloop cache update mechanism.
This commit is contained in:
wm4 2019-05-17 22:00:43 +02:00
parent f99d9c5b08
commit f57fad4a4d
1 changed files with 1 additions and 1 deletions

View File

@ -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"),