docs: minor moving-plugins addition
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 12 Apr 2010 14:13:57 +0000 (15:13 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 12 Apr 2010 14:13:57 +0000 (15:13 +0100)
docs/random/moving-plugins

index b1cc88f..43bea5f 100644 (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