summaryrefslogtreecommitdiff
path: root/src/lib/emotion/efl_canvas_video.eo
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@samsung.com>2019-09-24 10:02:54 -0400
committerCedric Bail <cedric.bail@free.fr>2019-09-24 15:23:11 -0700
commit9b0197e2afbfca7ffa94f09ff5cac8fa9c7fe413 (patch)
treea9106b759181da477e35608510b93401ba1c8c24 /src/lib/emotion/efl_canvas_video.eo
parent5c2ea620a18cea0d02fe5ae3315913448828e77e (diff)
downloadefl-9b0197e2afbfca7ffa94f09ff5cac8fa9c7fe413.tar.gz
efl/player: pos -> playback_position
ref T7877 Reviewed-by: Cedric BAIL <cedric.bail@free.fr> Differential Revision: https://phab.enlightenment.org/D10112
Diffstat (limited to 'src/lib/emotion/efl_canvas_video.eo')
-rw-r--r--src/lib/emotion/efl_canvas_video.eo2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/emotion/efl_canvas_video.eo b/src/lib/emotion/efl_canvas_video.eo
index 3e149205b8..d8bb286fd3 100644
--- a/src/lib/emotion/efl_canvas_video.eo
+++ b/src/lib/emotion/efl_canvas_video.eo
@@ -58,7 +58,7 @@ class @beta Efl.Canvas.Video extends Efl.Canvas.Group
Efl.File.file { set; }
Efl.File.loaded { get; }
Efl.Player.play { get; set; }
- Efl.Player.pos { get; set; }
+ Efl.Player.playback_position { get; set; }
Efl.Player.progress { get; }
Efl.Audio_Control.volume { get; set; }
Efl.Audio_Control.mute { get; set; }