efl/player: merge start+stop methods into 'playing' property
authorMike Blumenkrantz <zmike@samsung.com>
Tue, 24 Sep 2019 14:11:26 +0000 (10:11 -0400)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 25 Sep 2019 21:11:54 +0000 (06:11 +0900)
commit2401c6f3c5247ee57e81e2b6b5b3fa5566fa5dd6
tree1ed5f664fbf124d9898edeea0c362432083e1678
parentf64fff7854254b29eb08b9d50448434f1e7e5aaf
efl/player: merge start+stop methods into 'playing' property

this has some overlap with the existing 'play' property which will
soon be renamed. the intent here is that there is a property for
controlling the 'playing' state and then another property for managing
'pausing' the play state

ref T7877

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D10113
18 files changed:
src/bin/elementary/test_efl_anim_alpha.c
src/bin/elementary/test_efl_anim_group_parallel.c
src/bin/elementary/test_efl_anim_group_sequential.c
src/bin/elementary/test_efl_anim_interpolator.c
src/bin/elementary/test_efl_anim_pause.c
src/bin/elementary/test_efl_anim_repeat.c
src/bin/elementary/test_efl_anim_rotate.c
src/bin/elementary/test_efl_anim_scale.c
src/bin/elementary/test_efl_anim_start_delay.c
src/bin/elementary/test_efl_anim_translate.c
src/examples/evas/evas-vg-json.c
src/lib/efl/interfaces/efl_player.eo
src/lib/elementary/efl_ui_spotlight_manager_stack.c
src/lib/elementary/efl_ui_video.c
src/lib/elementary/efl_ui_video.eo
src/lib/evas/canvas/efl_canvas_animation_player.c
src/lib/evas/canvas/efl_canvas_animation_player.eo
src/lib/evas/canvas/evas_object_main.c