]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/commitdiff
#3
authorDavid Schleef <ds@schleef.org>
Sun, 11 Jan 2004 22:23:02 +0000 (22:23 +0000)
committerDavid Schleef <ds@schleef.org>
Sun, 11 Jan 2004 22:23:02 +0000 (22:23 +0000)
Original commit message from CVS:
#3

docs/random/ds/element-checklist

index 5a44a5140063338a296848275979857a3e4d767a..3c74cefef6e6da2c564311fbb8fcb05d26b20e4c 100644 (file)
@@ -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.