From 0499f3b1a5c7ae2c8aa271edf3a8a1b161812519 Mon Sep 17 00:00:00 2001 From: cedric Date: Wed, 13 Jul 2011 14:14:32 +0000 Subject: [PATCH] emotion: raise gstreamer backend as it is more stable than the other. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@61340 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/emotion_smart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/emotion_smart.c b/src/lib/emotion_smart.c index 6b14811..a363efa 100644 --- a/src/lib/emotion_smart.c +++ b/src/lib/emotion_smart.c @@ -119,8 +119,8 @@ static Eina_Array *_modules = NULL; static int _log_domain = -1; static const char *_backend_priority[] = { - "xine", "gstreamer", + "xine", "vlc" }; -- 2.7.4