X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=docs%2Fservices.txt;h=16c42cc58fba45381f5df7640a2beca8fc6b7885;hb=6336039a203c6496691784682f9ad56eb13abcc3;hp=74979ca4528b0b026a665e76cb0460e13865eb2f;hpb=6bae338739062fc71936269745fd3433bf0c32e1;p=melted diff --git a/docs/services.txt b/docs/services.txt index 74979ca..16c42cc 100644 --- a/docs/services.txt +++ b/docs/services.txt @@ -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 <, >, & 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 <, >, & 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.