gstreamer/docs/pwg/appendix-checklist.xml
Thomas Vander Stichele 5b00b55793 fix up id's
Original commit message from CVS:
fix up id's
2004-01-28 15:51:14 +00:00

25 lines
602 B
XML

<chapter id="chapter-checklist-element">
<title>
Things to check when writing an element
</title>
<para>
Make sure the state of an element gets reset when going to NULL.
Ideally, this should set all object properties to their original state.
This function should also be called from _init.
</para>
</chapter>
<chapter id="chapter-checklist-filter">
<title>
Things to check when writing a filter
</title>
<para>
</para>
</chapter>
<chapter id="chapter-checklist-srcsink">
<title>
Things to check when writing a source or sink
</title>
<para>
</para>
</chapter>