use goom and not goom2k4 as default visualization
authordoursse <doursse>
Sun, 25 Jun 2006 16:52:51 +0000 (16:52 +0000)
committerdoursse <doursse@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 25 Jun 2006 16:52:51 +0000 (16:52 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@23586 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/emotion_gstreamer.c

index ad2583f..cd17fc2 100644 (file)
@@ -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) {