command: mark get_property as deprecated

Using it just makes no sense. But we're really being nice about this and
don't remove it immediately.
This commit is contained in:
wm4
2015-02-13 21:46:38 +01:00
parent 417869f845
commit fd5403cb40
2 changed files with 6 additions and 3 deletions

View File

@@ -4328,6 +4328,10 @@ int run_command(MPContext *mpctx, mp_cmd_t *cmd)
}
MP_INFO(mpctx, "ANS_%s=%s\n", cmd->args[0].v.s, tmp);
talloc_free(tmp);
MP_WARN(mpctx, "The get_property command is deprecated and "
"will be removed in the next release.\n"
"Use libmpv or the JSON IPC. "
"(Or print_text, if you must.)");
break;
}