Deprecate ugly and unsafe vlc_object_find_name()
psz_object_name can only be read from the thread calling module_need() for the current object. As an alternative, module_need() would have to be called before vlc_object_attach(), which would break var_CreateGet*.
Showing
Please register or sign in to comment