diff --git a/ChangeLog b/ChangeLog index 583a718b51..48423d6640 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-02 Stefan Kost + + * docs/random/moving-plugins: + Fix two typos. + 2006-09-01 Tim-Philipp Müller * gst/gstinfo.c: (_gst_debug_nameof_funcptr): diff --git a/docs/random/moving-plugins b/docs/random/moving-plugins index a4d0698f61..d7dadb3fac 100644 --- a/docs/random/moving-plugins +++ b/docs/random/moving-plugins @@ -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