fix up id's
[platform/upstream/gstreamer.git] / docs / pwg / appendix-checklist.xml
1 <chapter id="chapter-checklist-element">
2   <title>
3     Things to check when writing an element
4   </title>
5   <para>
6   Make sure the state of an element gets reset when going to NULL.
7   Ideally, this should set all object properties to their original state.
8   This function should also be called from _init.
9   </para>
10 </chapter>
11 <chapter id="chapter-checklist-filter">
12   <title>
13     Things to check when writing a filter
14   </title>
15   <para>
16   </para>
17 </chapter>
18 <chapter id="chapter-checklist-srcsink">
19   <title>
20     Things to check when writing a source or sink
21   </title>
22   <para>
23   </para>
24 </chapter>