gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r10615: Document the gnashrc XVideo


From: Bastiaan Jacques
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10615: Document the gnashrc XVideo setting.
Date: Mon, 23 Feb 2009 18:10:56 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10615
committer: Bastiaan Jacques <address@hidden>
branch nick: trunk
timestamp: Mon 2009-02-23 18:10:56 +0100
message:
  Document the gnashrc XVideo setting.
modified:
  doc/C/usermanual/gnashrc.xml
  libbase/gnashrc.in
  testsuite/libbase/gnashrc.in
=== modified file 'doc/C/usermanual/gnashrc.xml'
--- a/doc/C/usermanual/gnashrc.xml      2008-03-10 19:39:34 +0000
+++ b/doc/C/usermanual/gnashrc.xml      2009-02-23 17:10:56 +0000
@@ -248,7 +248,14 @@
            </programlisting>
          </entry>
        </row>
-       
+       <row>
+         <entry>XVideo</entry>
+         <entry>on/off</entry>
+         <entry>If set to <emphasis>on</emphasis>, &app; will attempt to 
render using the X Video Extension, if
+                system support was found during compilation. By default, X 
Video rendering is disabled.
+         </entry>
+       </row>
+
       </tbody>
     </tgroup>
   </table>

=== modified file 'libbase/gnashrc.in'
--- a/libbase/gnashrc.in        2008-10-20 12:04:28 +0000
+++ b/libbase/gnashrc.in        2009-02-23 17:10:56 +0000
@@ -192,3 +192,10 @@
 # Default: false
 #
 set LocalConnection off
+
+# Enable support for the X Video extension. Note that this requires a
+# kernel/X11 driver, and compile-time gstreamer or ffmpeg and libXv .
+#
+# Default: false
+#
+#set XVideo false

=== modified file 'testsuite/libbase/gnashrc.in'
--- a/testsuite/libbase/gnashrc.in      2008-02-11 08:13:05 +0000
+++ b/testsuite/libbase/gnashrc.in      2009-02-23 17:10:56 +0000
@@ -72,3 +72,6 @@
 
 # Set read-only SharedObjects
 set SOLReadOnly true
+
+# Don't use XVideo
+set XVideo false


reply via email to

[Prev in Thread] Current Thread [Next in Thread]