emotion: set default volume to 80%.

SVN revision: 37454
This commit is contained in:
Gustavo Sverzut Barbieri 2008-11-04 11:48:19 +00:00
parent 9705e3c741
commit 25c58aefef
2 changed files with 2 additions and 0 deletions

View File

@ -271,6 +271,7 @@ em_init(Evas_Object *obj,
ev->video_sink_nbr = 0;
ev->audio_sink_nbr = 0;
ev->vis = EMOTION_VIS_NONE;
ev->volume = 0.8;
/* Create the file descriptors */
if (pipe(fds) == 0)

View File

@ -396,6 +396,7 @@ em_init(Evas_Object *obj, void **emotion_video, Emotion_Module_Options *opt)
ev->fd_slave_write = fds[1];
fcntl(ev->fd_slave_write, F_SETFL, O_NONBLOCK);
}
ev->volume = 0.8;
ev->delete_me = 0;
ev->get_pos_thread_deleted = 0;
ev->opening = 1;