diff options
author | Cedric BAIL <cedric.bail@free.fr> | 2011-07-13 14:14:32 +0000 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2011-07-13 14:14:32 +0000 |
commit | 333f523df4e33bb5bbab57e42df6391bcb3c537c (patch) | |
tree | 21957b453144e8ff186d294efc88254080ed28aa /legacy/emotion/src/lib/emotion_smart.c | |
parent | 94255cd511fbf88b2bff524e880c8605d3acae76 (diff) |
emotion: raise gstreamer backend as it is more stable than the other.
SVN revision: 61340
Diffstat (limited to '')
-rw-r--r-- | legacy/emotion/src/lib/emotion_smart.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; | |||
119 | static int _log_domain = -1; | 119 | static int _log_domain = -1; |
120 | 120 | ||
121 | static const char *_backend_priority[] = { | 121 | static const char *_backend_priority[] = { |
122 | "xine", | ||
123 | "gstreamer", | 122 | "gstreamer", |
123 | "xine", | ||
124 | "vlc" | 124 | "vlc" |
125 | }; | 125 | }; |
126 | 126 | ||