From: David Schleef Date: Sun, 11 Jan 2004 22:23:02 +0000 (+0000) Subject: #3 X-Git-Tag: BRANCH-RELEASE-0_7_4-ROOT~170 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=40e14cf2b717ff77dc2ec4333cb04cbd7aad93bb;p=platform%2Fupstream%2Fgstreamer.git #3 Original commit message from CVS: #3 --- diff --git a/docs/random/ds/element-checklist b/docs/random/ds/element-checklist index 5a44a51..3c74cef 100644 --- a/docs/random/ds/element-checklist +++ b/docs/random/ds/element-checklist @@ -14,9 +14,14 @@ order, but using "1, also 4-6" is acceptable. 2. Each pad should have a pad template -Add a pad template for pads that don't have one. +Create and register a pad template to the element class. +3. config.h + +Make sure that each .c file includes config.h (conditionally on +HAVE_CONFIG_H). Make sure that each .h file does _not_ include +config.h.