emotion: raise gstreamer backend as it is more stable than the other.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 13 Jul 2011 14:14:32 +0000 (14:14 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 13 Jul 2011 14:14:32 +0000 (14:14 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@61340 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/emotion_smart.c

index 6b14811..a363efa 100644 (file)
@@ -119,8 +119,8 @@ static Eina_Array *_modules = NULL;
 static int _log_domain = -1;
 
 static const char *_backend_priority[] = {
-  "xine",
   "gstreamer",
+  "xine",
   "vlc"
 };