use autoaudiosink instead of alsasink (for platform != linux). Lots of checks are...
authordoursse <doursse>
Tue, 11 Apr 2006 12:35:23 +0000 (12:35 +0000)
committerdoursse <doursse@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 11 Apr 2006 12:35:23 +0000 (12:35 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@22021 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/emotion_gstreamer.c

index 0b744cb..2766782 100644 (file)
@@ -1358,7 +1358,7 @@ _em_audio_sink_create (Emotion_Gstreamer_Video *ev, int index)
      conv = gst_element_factory_make ("audioconvert", NULL);
      resample = gst_element_factory_make ("audioresample", NULL);
      if (index == 1)
-       sink = gst_element_factory_make ("alsasink", NULL);
+       sink = gst_element_factory_make ("autoaudiosink", NULL);
      else
        sink = gst_element_factory_make ("fakesink", NULL);