summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-27 18:08:02 +0200
committerwm4 <wm4@nowhere>2015-05-27 18:08:02 +0200
commitdc2c7371f17df42fb75d541b6adb9a11a33c5874 (patch)
tree042fda48b226a5c350d4323cd64f92f53de93efd /DOCS
parente8a1d35e9c439ba8a86507e02292cc24fef0174a (diff)
downloadmpv-dc2c7371f17df42fb75d541b6adb9a11a33c5874.tar.bz2
mpv-dc2c7371f17df42fb75d541b6adb9a11a33c5874.tar.xz
command: remove deprecated get_property command
This command has been deprecated in the 0.8.x and 0.9.x releases - get rid of it. Its only point ever was MPlayer compatibility, which broke years ago anyway.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst1
-rw-r--r--DOCS/man/input.rst2
2 files changed, 2 insertions, 1 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 26e9538224..c1980940bf 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -20,6 +20,7 @@ Interface changes
::
--- mpv 0.10.0 will be released ---
+ - remove "get_property" command
- remove --slave-broken
- add vo opengl custom shader suboptions (source-shader, scale-shader,
pre-shaders, post-shaders)
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 8268345cc4..fb80007eb9 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -647,7 +647,7 @@ Input Commands that are Possibly Subject to Change
is freed as soon as the result node is freed.
Undocumented commands: ``tv_last_channel`` (TV/DVB only),
-``get_property`` (deprecated), ``ao_reload`` (experimental/internal).
+``ao_reload`` (experimental/internal).
Hooks
~~~~~