summaryrefslogtreecommitdiff
path: root/multimedia/miro/files/patch-platform__gtk-x11__plat__options.py
blob: 1b4dec955b7e18042474127c80c90b3035ea7328 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- platform/gtk-x11/plat/options.py.orig	2009-07-25 12:41:11.000000000 +0900
+++ platform/gtk-x11/plat/options.py	2009-07-30 15:45:34.000000000 +0900
@@ -46,12 +46,12 @@
         self.help = help
 
 USE_RENDERER = GTKPref(key="useRenderer",
-                       default=u"gstreamer",
+                       default=u"xine",
                        alias="renderer",
                        help="Which renderer to use.  (gstreamer, xine)" )
 
 USE_XINE_XV_HACK = GTKPref(key="UseXineXVHack",
-                           default=True,
+                           default=False,
                            alias="xine-xvhack",
                            help="Whether or not to use the Xine xv hack.  (true, false)" )