mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
notes
Original commit message from CVS: notes
This commit is contained in:
parent
8fb91bef0b
commit
d0ce7e10a5
1 changed files with 11 additions and 1 deletions
|
@ -1,4 +1,14 @@
|
||||||
<chapter id="cha-checklist-filter">
|
<chapter id="cha-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="cha-checklist-filter">
|
||||||
<title>
|
<title>
|
||||||
Things to check when writing a filter
|
Things to check when writing a filter
|
||||||
</title>
|
</title>
|
||||||
|
|
Loading…
Reference in a new issue