use oss - alsa shoudl be doing oss emulation.

SVN revision: 14610
This commit is contained in:
Carsten Haitzler 2005-05-05 08:01:52 +00:00
parent 9eee3ff2ce
commit 868e54d7d2
1 changed files with 3 additions and 2 deletions

View File

@ -227,8 +227,9 @@ em_init(Evas_Object *obj, void **emotion_video)
ev->fd = ev->fd_write;
ev->video = xine_open_video_driver(ev->decoder, "emotion", XINE_VISUAL_TYPE_NONE, ev);
// ev->audio = xine_open_audio_driver(ev->decoder, "oss", ev);
ev->audio = xine_open_audio_driver(ev->decoder, "alsa", ev);
ev->audio = xine_open_audio_driver(ev->decoder, "oss", ev);
// dont use alsa - alsa has oss emulation.
// ev->audio = xine_open_audio_driver(ev->decoder, "alsa", ev);
// ev->audio = xine_open_audio_driver(ev->decoder, "arts", ev);
// ev->audio = xine_open_audio_driver(ev->decoder, "esd", ev);
ev->stream = xine_stream_new(ev->decoder, ev->audio, ev->video);