docs/design/Makefile.am: Dist some more design docs.

Original commit message from CVS:
* docs/design/Makefile.am:
Dist some more design docs.
* docs/random/moving-plugins:
Small addition: good plugins mustn't have functional code
within assertion macros.
This commit is contained in:
Tim-Philipp Müller 2008-06-20 11:07:05 +00:00
parent 1f1dca5365
commit 88d605bded
3 changed files with 21 additions and 0 deletions

View file

@ -1,3 +1,12 @@
2008-06-20 Tim-Philipp Müller <tim.muller at collabora co uk>
* docs/design/Makefile.am:
Dist some more design docs.
* docs/random/moving-plugins:
Small addition: good plugins mustn't have functional code
within assertion macros.
2008-06-20 Wim Taymans <wim.taymans@collabora.co.uk>
* docs/design/draft-framestep.txt:
@ -7,6 +16,12 @@
Start design and use cases for basetransform in order to get it
fixed soon.
2008-06-20 Tim-Philipp Müller <tim.muller at collabora co uk>
* gst/gsttaglist.h:
In GST_TAG_ATTACHEMENT docs, mention that the file name needs to
be in UTF-8 encoding.
2008-06-20 Tim-Philipp Müller <tim.muller at collabora co uk>
* gst/gstbus.c:

View file

@ -1,10 +1,12 @@
EXTRA_DIST = \
draft-framestep.txt \
draft-ghostpads.txt \
draft-klass.txt \
draft-latency.txt \
draft-missing-plugins.txt \
draft-push-pull.txt \
draft-tagreading.txt \
part-activation.txt \
part-block.txt \
part-buffering.txt \

View file

@ -55,6 +55,10 @@ CHECKLIST
e.g.: GST_BASE_SINK, GstBaseSink, gst_base_sink_
- use g_assert(), g_return_if_fail(), g_return_val_if_fail() for pre/post
condition checks
- must not have any functional code within g_assert(), g_return_if_fail() or
g_return_val_if_fail() statements, since those would be turned into NO-OPS
if the code is compiled with -DG_DISABLE_CHECKS (as is often done on
embedded systems).
- The plug-in's build:
- should be correctly integrated with configure.ac