gnash-commit
[Top][All Lists]
Advanced

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

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


From: Ann Barcomb
Subject: [Gnash-commit] gnash ChangeLog doc/C/internals.xml doc/C/plugi...
Date: Thu, 12 Apr 2007 08:55:53 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Ann Barcomb <ann>       07/04/12 08:55:53

Modified files:
        .              : ChangeLog 
        doc/C          : internals.xml plugin.xml 

Log message:
        Applied patch #5820 from Mathew Cucuzella (documentation fixes)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2859&r2=1.2860
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/internals.xml?cvsroot=gnash&r1=1.61&r2=1.62
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/plugin.xml?cvsroot=gnash&r1=1.9&r2=1.10

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2859
retrieving revision 1.2860
diff -u -b -r1.2859 -r1.2860
--- ChangeLog   12 Apr 2007 07:09:05 -0000      1.2859
+++ ChangeLog   12 Apr 2007 08:55:52 -0000      1.2860
@@ -1,4 +1,9 @@
-2007-04-11 Bastiaan Jacques
+2007-04-12 Mathew Cucuzella <address@hidden>
+
+       * doc/C/internals.xml plugin.xml: Fix typos in documentation
+          (patch #5820).
+
+2007-04-11 Bastiaan Jacques <address@hidden>
 
        * server/asobj/string.cpp: from_char_code: create a wide string
        in case the user tries to create one.

Index: doc/C/internals.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/internals.xml,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -b -r1.61 -r1.62
--- doc/C/internals.xml 24 Mar 2007 19:30:44 -0000      1.61
+++ doc/C/internals.xml 12 Apr 2007 08:55:53 -0000      1.62
@@ -441,12 +441,12 @@
        The Gstreamer backend, though not complete, supports both soundstreams
        and event-sounds. When receiving sound data it stores it compressed,
        unless if it's ADPCM event-sounds, which it decodes by the parser.
-       When the playback starts, the backend setup a 
+        When the playback starts, the backend sets up a
        Gstreamer bin containing a decoder (and other things needed) and places
        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 kinds of sound, 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. 

Index: doc/C/plugin.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/plugin.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- doc/C/plugin.xml    4 Dec 2006 18:48:27 -0000       1.9
+++ doc/C/plugin.xml    12 Apr 2007 08:55:53 -0000      1.10
@@ -31,7 +31,7 @@
       The lower layer is a C based API which is used by Firefox to
       initialize and destroy a plugin. This is so a plugin can be
       portable across multiple systems, since C++ emphasis is not portable
-      between most C++ compilers. This where most of the behind the
+      between most C++ compilers. This is where most of the behind the
       scenes work is done in a plugin. For Gnash, the sources this
       lower layer are in <emphasis>plugin/mozilla-sdk</emphasis>. They were
       added to the Gnash source tree so it wouldn't be necessary to
@@ -307,7 +307,7 @@
     </para>
     
     <para>
-      The <emphasis>The GLX Context</emphasis> is maintained one per
+      The <emphasis>GLX Context</emphasis> is maintained one per
       instantiation of the plugin for a web page. If there are more
       than one Flash movie, there is more than one GLX Context. A GLX
       context can be created by using <emphasis>glXCreateContext()</emphasis>,




reply via email to

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