* Emotion now should autodetect the best audio output driver to use
authormoom16 <moom16>
Fri, 17 Jun 2005 17:20:00 +0000 (17:20 +0000)
committermoom16 <moom16@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 17 Jun 2005 17:20:00 +0000 (17:20 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@15390 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/emotion_xine.c

index c549eac..d7c225b 100644 (file)
@@ -227,7 +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); 
+   //Let xine autodetect the best audio output driver
+   ev->audio = xine_open_audio_driver(ev->decoder, NULL, 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);