From 333f523df4e33bb5bbab57e42df6391bcb3c537c Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Wed, 13 Jul 2011 14:14:32 +0000 Subject: [PATCH] emotion: raise gstreamer backend as it is more stable than the other. SVN revision: 61340 --- legacy/emotion/src/lib/emotion_smart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/emotion/src/lib/emotion_smart.c b/legacy/emotion/src/lib/emotion_smart.c index 6b14811731..a363efa037 100644 --- a/legacy/emotion/src/lib/emotion_smart.c +++ b/legacy/emotion/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" };