document process some more
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 2 Sep 2006 19:03:41 +0000 (19:03 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 2 Sep 2006 19:03:41 +0000 (19:03 +0000)
Original commit message from CVS:
document process some more

docs/random/moving-plugins

index 6ac9daf..a4d0698 100644 (file)
@@ -120,6 +120,10 @@ CHECKLIST
 - All error conditions should be correctly handled using GST_ELEMENT_ERROR
   and following practice outlined in
   http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstGError.html
+  - this includes:
+    - message strings need to be marked for translation 
+    - should be short, well-written, clear
+    - in particular, should *not* contain debug info, strerror, errno, ...
 
 - Decision should be made if it should go into good (LGPL license,
   LGPL dependencies, no patent issues) or ugly