use autoaudiosink instead of alsasink (for platform != linux). Lots of checks are missing, btw. I need to fix that.

SVN revision: 22021
This commit is contained in:
doursse 2006-04-11 12:35:23 +00:00 committed by doursse
parent f045c6632e
commit d35d70e863
1 changed files with 1 additions and 1 deletions

View 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);