From 4cea5ab39adc5c40d6ff6422ee183c7b859d4175 Mon Sep 17 00:00:00 2001 From: doursse Date: Sun, 25 Jun 2006 16:52:51 +0000 Subject: [PATCH] use goom and not goom2k4 as default visualization SVN revision: 23586 --- legacy/emotion/src/modules/emotion_gstreamer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/emotion/src/modules/emotion_gstreamer.c b/legacy/emotion/src/modules/emotion_gstreamer.c index ad2583fb1a..cd17fc2e61 100644 --- a/legacy/emotion/src/modules/emotion_gstreamer.c +++ b/legacy/emotion/src/modules/emotion_gstreamer.c @@ -324,7 +324,7 @@ em_init(Evas_Object *obj, ev->ratio = 1.0; ev->video_sink_nbr = 0; ev->audio_sink_nbr = 0; - ev->vis = EMOTION_VIS_LIBVISUAL_GOOM; + ev->vis = EMOTION_VIS_GOOM; /* Create the file descriptors */ if (pipe(fds) == 0) {