Player/injection: don't feed events from an internal source

This commit is contained in:
Daniel Zaoui 2018-06-04 12:22:31 +03:00
parent e13c15f39e
commit b95c50de65
1 changed files with 2 additions and 1 deletions

View File

@ -1096,7 +1096,8 @@ int main(int argc, char **argv)
_printf(1, "\n");
ecore_evas_callback_new_set(_my_evas_new);
ecore_idler_add(_src_feed, NULL);
if (_src_type != FTYPE_REMOTE)
ecore_idler_add(_src_feed, NULL);
pret = _prg_invoke(_prg_full_path_guess(argv[0]), argc - opt_args, argv);
if (_dest && _dest_unit)