hi,

It appears that elm_video_is_playing_get() always returns false. This
manifests itself in 2 ways:

With elm_video instantiated, Key_Left and Key_Right work in seeking
forward/backward.
Other keys print not not-handled message except 'space' key - implying
space key is handled.
This is as it should be w.r.t _elm_video_smart_event() in elm_video.c.
But 'space' key does not pause video - ever.

When elm_player is instantiated with its smart_data member 'video' set
to a video instance - I believe that this is what is meant by the
'linking' mentioned in the docs - the overlapped pause/play buttons
don't toggle - it always believes the video is stopped and has to
played.

Am unable to track beyond the aforementioned _elm_video_smart_event -
can't find the video state data.

 Any suggestions?

Arvind

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to