summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-09-02 19:03:41 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-09-02 19:03:41 +0000
commit9e9a8c50e778f20fd2ecd41772bc2a89eb509102 (patch)
tree9e7425003cd6db8ea62101540a22d1a08dace25b
parentb036d0bbd6d2af3727946886f8ad82ba8b25a959 (diff)
document process some more
Original commit message from CVS: document process some more
-rw-r--r--docs/random/moving-plugins4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/random/moving-plugins b/docs/random/moving-plugins
index 6ac9daf5f..a4d0698f6 100644
--- a/docs/random/moving-plugins
+++ b/docs/random/moving-plugins
@@ -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