docs: minor moving-plugins addition

This commit is contained in:
Tim-Philipp Müller 2010-04-12 15:13:57 +01:00
parent ba3f4140f3
commit 2e35581939

View file

@ -127,6 +127,9 @@ CHECKLIST
- wrong pipelines
- bad data
- The element must not rely on a running GLib main loop, meaning it can't
use g_idle_add(), g_timeout_add(), g_io_add_watch(), etc.
- The plugins need to be marked correctly for translations.
- All error conditions should be correctly handled using GST_ELEMENT_ERROR
and following practice outlined in