elementary: add the basic of an elm_player object.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 5 Jul 2011 14:05:59 +0000 (14:05 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 5 Jul 2011 14:05:59 +0000 (14:05 +0000)
commit09465ee0a19a95de2262e4a1dacd574385362662
treeda007d0fbe010976d8d95ab777ba18dba5400bc5
parent520e3d5cbbc3e9bfbdca3366267bc2935061f4a7
elementary: add the basic of an elm_player object.

This object should be linked with an elm_video to be
usefull at all. If people have some graphical skill,
the kind of thing I lack, you are welcome to improve
this player !

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61053 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
data/themes/default.edc
src/lib/Elementary.h.in
src/lib/Makefile.am
src/lib/elc_player.c [new file with mode: 0644]
src/lib/elm_priv.h
src/lib/elm_video.c