summaryrefslogtreecommitdiffstats
path: root/player/command.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-03-02 13:57:30 +0100
committerwm4 <wm4@nowhere>2016-03-02 13:57:30 +0100
commita888f08b78e9b3bc1ce59fbfcd1e4b4eafb23245 (patch)
treef6aaaac9f00dad689ea87e78e76f48f8338a49c3 /player/command.c
parent46a3165cde956683e514788f625a87b3380ddf7c (diff)
downloadmpv-a888f08b78e9b3bc1ce59fbfcd1e4b4eafb23245.tar.bz2
mpv-a888f08b78e9b3bc1ce59fbfcd1e4b4eafb23245.tar.xz
command: fix property notification for cache-buffering-state
Diffstat (limited to 'player/command.c')
-rw-r--r--player/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/command.c b/player/command.c
index 275effb5a4..950d6dd80c 100644
--- a/player/command.c
+++ b/player/command.c
@@ -3820,7 +3820,7 @@ static const char *const *const mp_event_property_change[] = {
E(MPV_EVENT_CHAPTER_CHANGE, "chapter", "chapter-metadata"),
E(MP_EVENT_CACHE_UPDATE, "cache", "cache-free", "cache-used", "cache-idle",
"demuxer-cache-duration", "demuxer-cache-idle", "paused-for-cache",
- "demuxer-cache-time"),
+ "demuxer-cache-time", "cache-buffering-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"),
};