From: doursse Date: Tue, 11 Apr 2006 12:35:23 +0000 (+0000) Subject: use autoaudiosink instead of alsasink (for platform != linux). Lots of checks are... X-Git-Tag: submit/2.0alpha-wayland/20121127.222018~497 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=05012b0b30b3138f4c688fbb10acb5e9779b09f4;p=profile%2Fivi%2Femotion.git use autoaudiosink instead of alsasink (for platform != linux). Lots of checks are missing, btw. I need to fix that. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@22021 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/modules/emotion_gstreamer.c b/src/modules/emotion_gstreamer.c index 0b744cb..2766782 100644 --- a/src/modules/emotion_gstreamer.c +++ b/src/modules/emotion_gstreamer.c @@ -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);