mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
docs/random/moving-plugins: Fix two typos.
Original commit message from CVS: * docs/random/moving-plugins: Fix two typos.
This commit is contained in:
parent
9e9a8c50e7
commit
d922c9780f
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-09-02 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* docs/random/moving-plugins:
|
||||
Fix two typos.
|
||||
|
||||
2006-09-01 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/gstinfo.c: (_gst_debug_nameof_funcptr):
|
||||
|
|
|
@ -33,7 +33,7 @@ PROCESS
|
|||
to good/ugly
|
||||
This is "requesting" the move.
|
||||
- a second person reviews the request and code, and verifies that the
|
||||
plugin meets the checklist items below, by commenting on he bug
|
||||
plugin meets the checklist items below, by commenting on the bug
|
||||
and giving a rundown of what still needs to be done
|
||||
This is "sponsoring" the move.
|
||||
- when the checklist is met, a third person can approve the move.
|
||||
|
@ -110,7 +110,7 @@ CHECKLIST
|
|||
- the unit tests in check/ dirs are valgrinded by default
|
||||
- the manual tests should have a valgrind target
|
||||
- leaks in the supporting library (and verified to be in the supporting
|
||||
library !) can be added to suppressions files
|
||||
library !) can be added to suppression files
|
||||
|
||||
- The elements should not segfault under any circumstance. This includes:
|
||||
- wrong pipelines
|
||||
|
|
Loading…
Reference in a new issue