some temporary fixes
[melted] / docs / services.txt
index 74979ca..16c42cc 100644 (file)
@@ -147,7 +147,7 @@ Producers
 
                        string file - a text file containing Pango markup, see:
                                   http://developer.gnome.org/doc/API/2.0/pango/PangoMarkupFormat.html
-                                  - requires xml-like encoding special chars: <, > ( and '&' and '"' ?)
+                                  - requires xml-like encoding special chars: <, >, & to &lt;, &gt;, &amp;
 
                Initialisation Properties
 
@@ -162,7 +162,7 @@ Producers
 
                        string markup - a string containing Pango markup see:
                                        http://developer.gnome.org/doc/API/2.0/pango/PangoMarkupFormat.html
-                                     - requires xml-like encoding special chars: <, > ( and '&' and '"' ?)
+                                     - requires xml-like encoding special chars: <, >, & to &lt;, &gt;, &amp;
 
                        int fgcolor - an rgba color specification of the text (i.e. 0xrrggbbaa)
                        int bgcolor - an rgba color of the background rectangle
@@ -237,7 +237,7 @@ Producers
 
                Known Bugs
 
-                       none
+                       in/out settings are incorrectly handled.
 
        ppm
                Description
@@ -373,11 +373,11 @@ Consumers
                
                Constructor Argument
 
-                       int video_standard - 0 = PAL, 1 = NTSC
+                       string video_standard - "PAL" (default) or "NTSC"
                        
                Initialisation Properties
 
-                       int video_standard - see above
+                       int video_standard - 0 = PAL, 1 = NTSC
                        
                Read Only Properties
 
@@ -429,5 +429,6 @@ Consumers
                
                Known Bugs
 
-                       ?
+                       NTSC handling needs tightening up - sdl:NTSC is the only valid
+                       constructor for NTSC playback at the moment.