elementary: add the basic of an elm_player object.
authorCedric BAIL <cedric.bail@free.fr>
Tue, 5 Jul 2011 14:05:59 +0000 (14:05 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Tue, 5 Jul 2011 14:05:59 +0000 (14:05 +0000)
commit69ef062a0232dd691d7c3ec73d982d2b6f1ae009
treeda007d0fbe010976d8d95ab777ba18dba5400bc5
parentd212788eb1c1066561f69a4e5a02bd1948e6fabc
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 !

SVN revision: 61053
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