minor doc updates
[melted] / mlt / docs / services.txt
index f7dbbee..16c42cc 100644 (file)
@@ -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.