[gst-cvs] gstreamer: docs: minor moving-plugins addition
Tim Müller
tpm at kemper.freedesktop.org
Mon Apr 12 07:15:07 PDT 2010
Module: gstreamer
Branch: master
Commit: 2e3558193955f107a52bb78dbcb40c6cad7d94c7
URL: http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=2e3558193955f107a52bb78dbcb40c6cad7d94c7
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date: Mon Apr 12 15:13:57 2010 +0100
docs: minor moving-plugins addition
---
docs/random/moving-plugins | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/docs/random/moving-plugins b/docs/random/moving-plugins
index b1cc88f..43bea5f 100644
--- a/docs/random/moving-plugins
+++ b/docs/random/moving-plugins
@@ -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
More information about the Gstreamer-commits
mailing list