From f8d057f59c536efd0cb926f853c90ea71a63a3cd 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 git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@23586 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/modules/emotion_gstreamer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/emotion_gstreamer.c b/src/modules/emotion_gstreamer.c index ad2583f..cd17fc2 100644 --- a/src/modules/emotion_gstreamer.c +++ b/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) { -- 2.7.4