mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 13:41:48 +00:00
document process some more
Original commit message from CVS: document process some more
This commit is contained in:
parent
b036d0bbd6
commit
9e9a8c50e7
1 changed files with 4 additions and 0 deletions
|
@ -120,6 +120,10 @@ CHECKLIST
|
||||||
- All error conditions should be correctly handled using GST_ELEMENT_ERROR
|
- All error conditions should be correctly handled using GST_ELEMENT_ERROR
|
||||||
and following practice outlined in
|
and following practice outlined in
|
||||||
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstGError.html
|
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,
|
- Decision should be made if it should go into good (LGPL license,
|
||||||
LGPL dependencies, no patent issues) or ugly
|
LGPL dependencies, no patent issues) or ugly
|
||||||
|
|
Loading…
Reference in a new issue