gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/doc/C sources.xml internals.xml


From: Ann Barcomb
Subject: [Gnash-commit] gnash/doc/C sources.xml internals.xml
Date: Tue, 05 Dec 2006 10:18:10 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Ann Barcomb <ann>       06/12/05 10:18:10

Modified files:
        doc/C          : sources.xml internals.xml 

Log message:
        Standardise the capitalisation of MP3 to match sound.xml

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/sources.xml?cvsroot=gnash&r1=1.23&r2=1.24
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/internals.xml?cvsroot=gnash&r1=1.40&r2=1.41

Patches:
Index: sources.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/sources.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- sources.xml 4 Dec 2006 19:12:39 -0000       1.23
+++ sources.xml 5 Dec 2006 10:18:10 -0000       1.24
@@ -1122,7 +1122,7 @@
          <term>--with-mp3-decoder=ffmpeg|mad</term>
          <listitem>
            <para>
-             Specified the mp3 decoder to use with sdl sound handler.
+             Specified the MP3 decoder to use with sdl sound handler.
               Mixing this with --enable-sound=gst is invalid. Using
              <emphasis>mad</emphasis> is the default decoder.
            </para>

Index: internals.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/internals.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- internals.xml       5 Dec 2006 09:43:59 -0000       1.40
+++ internals.xml       5 Dec 2006 10:18:10 -0000       1.41
@@ -1794,7 +1794,7 @@
        result was the most complete and best sound handler so far.
        The advantages of the SDL sound handler is speed, and ease of use,
        while its only real disadvantage is that it has to be compiled with
-       mp3 support, which some Linux distributions will probably not like...
+       MP3 support, which some Linux distributions will probably not like...
       </para>
     </sect3>
  
@@ -1809,7 +1809,7 @@
        it in a Gstreamer pipeline, which plays the audio. All the sound data is
        not passed at once, but in small chunks, and via callbacks the
        pipeline gets fed. The advantages of the Gstreamer backend is that it
-       supports both kind of sounds, it avoids all the legal mp3-stuff, and it
+       supports both kind of sounds, it avoids all the legal MP3-stuff, and it
        should be relatively easy to add VORBIS support. The drawbacks are that
        it has longer "reply delay" when starting the playback of a sound, and
        it suffers under some bugs in Gstreamer that are yet to be fixed. 




reply via email to

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