From 1d43c287895cee6bef8e68456205299191cc5ea2 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 21 Nov 2005 10:04:18 +0000 Subject: [PATCH] update Original commit message from CVS: update --- docs/random/moving-plugins | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/random/moving-plugins b/docs/random/moving-plugins index 07216fee99..ea813ab294 100644 --- a/docs/random/moving-plugins +++ b/docs/random/moving-plugins @@ -20,6 +20,17 @@ to -good or -ugly if a number of conditions are met: The three roles can be filled by two people, but not just one. +- The plug-in's code: + - should descend from an applicable base class if possible + - make use of GST_BOILERPLATE macros + - conform to the GStreamer coding style + - use a custom debug category + - use GST_(DEBUG/*)_OBJECT + +- The compiled plug-in: + - should show up correct in gst-inspect output; no warnings, no unknown + types, ... + - The plug-in should be put in the correct location inside the module: sys/: plug-ins that include system headers/link to system libraries; usually platform-dependent as well