emotion: Convert to new animators

Summary:
Use more efficient animator mechanism.
Depends on D7051

Reviewers: devilhorns

Reviewed By: devilhorns

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7052
This commit is contained in:
Derek Foreman 2018-09-18 09:43:22 -05:00
parent d8d5fec1a5
commit 66bacbde96
1 changed files with 1 additions and 1 deletions

View File

@ -1281,7 +1281,7 @@ _em_fd_ev_active(void *data EINA_UNUSED, Ecore_Fd_Handler *fdh)
xine_get_stream_info(ev->stream, XINE_STREAM_INFO_VIDEO_HANDLED))) &&
(xine_get_stream_info(ev->stream, XINE_STREAM_INFO_HAS_AUDIO) &&
xine_get_stream_info(ev->stream, XINE_STREAM_INFO_AUDIO_HANDLED)))
ev->anim = ecore_animator_add(_em_audio_only_poller, ev);
ev->anim = ecore_evas_animator_add(ev->obj, _em_audio_only_poller, ev);
_emotion_playback_started(ev->obj);
break;
case 5: /* stop done */