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)
commitcfaae05ee303323911cf022e22c2b1a3f2a80f9a
treeda007d0fbe010976d8d95ab777ba18dba5400bc5
parentcfcd9a799ddc8c1b15648e8b59589481089ce95e
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: svn+ssh://svn.enlightenment.org/var/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