projects
/
profile
/
ivi
/
emotion.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1067a1b
)
use autoaudiosink instead of alsasink (for platform != linux). Lots of checks are...
author
doursse
<doursse>
Tue, 11 Apr 2006 12:35:23 +0000
(12:35 +0000)
committer
doursse
<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
patch
|
blob
|
history
diff --git
a/src/modules/emotion_gstreamer.c
b/src/modules/emotion_gstreamer.c
index
0b744cb
..
2766782
100644
(file)
--- 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 ("a
lsa
sink", NULL);
+ sink = gst_element_factory_make ("a
utoaudio
sink", NULL);
else
sink = gst_element_factory_make ("fakesink", NULL);