From f57fad4a4d1922eb9a0ac8f21fd3328756babd0c Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 17 May 2019 22:00:43 +0200 Subject: command: make demuxer-cache-state property observable The update is throttled by the normal playloop cache update mechanism. --- player/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/command.c') diff --git a/player/command.c b/player/command.c index 167ebe539b..4aae5e21b8 100644 --- a/player/command.c +++ b/player/command.c @@ -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"), -- cgit v1.2.3