projects
/
profile
/
ivi
/
emotion.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32ed234
)
emotion: raise gstreamer backend as it is more stable than the other.
author
cedric
<cedric>
Wed, 13 Jul 2011 14:14:32 +0000
(14:14 +0000)
committer
cedric
<cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 13 Jul 2011 14:14:32 +0000
(14:14 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@61340
7cbeb6ba
-43b4-40fd-8cce-
4c39aea84d33
src/lib/emotion_smart.c
patch
|
blob
|
history
diff --git
a/src/lib/emotion_smart.c
b/src/lib/emotion_smart.c
index
6b14811
..
a363efa
100644
(file)
--- 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"
};