release-notes/devel/en_US Multimedia.xml,1.18,1.19

Murray McAllister (mdious) fedora-docs-commits at redhat.com
Mon Apr 7 06:41:52 UTC 2008


Author: mdious

Update of /cvs/docs/release-notes/devel/en_US
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1977/en_US

Modified Files:
	Multimedia.xml 
Log Message:
updating as per https://bugzilla.redhat.com/show_bug.cgi?id=327211



Index: Multimedia.xml
===================================================================
RCS file: /cvs/docs/release-notes/devel/en_US/Multimedia.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- Multimedia.xml	17 Mar 2008 22:40:52 -0000	1.18
+++ Multimedia.xml	7 Apr 2008 06:41:49 -0000	1.19
@@ -38,6 +38,38 @@
       Third parties may offer additional programs to handle other
       formats.
     </para>
+    <para>
+	    <package>Totem</package>, the default movie player for GNOME, now has the ability to switch playback back-ends without recompilation or switching packages. To install the xine back-end, run the following command as root:
+    </para>
+    <para>
+<screen>
+yum install totem-xine
+</screen>
+	</para>
+	<para>
+		To run <package>Totem</package> with the xine back-end once, run the following command as root:
+	</para>
+	<para>
+<screen>
+totem-backend -b xine totem
+</screen>
+	</para>
+	<para>
+		To change the default back-end to xine for the entire system, run the following command as root:
+	</para>
+	<para>
+<screen>
+totem-backend -b xine
+</screen>
+	</para>
+	<para>
+		While using the xine back-end, it is possible to temporarily use the GStreamer back-end. To use the GStreamer back-end, run the following command as root:
+	</para>
+	<para>
+<screen>
+totem-backend -b gstreamer
+</screen>
+	</para>
   </section>
 
   <section id="sn-Ogg-and-Xiph-Foundation-Formats">




More information about the Fedora-docs-commits mailing list