diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-19 14:41:57 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-19 14:41:57 +0000 |
commit | 1b8f44e409bf69994d838fafe1673c066b6ca730 (patch) | |
tree | 32196ca4bc27c2e1aec7795de792acb19259a6e6 /docs/README | |
parent | af5d456533121c4fb9ee4e0550c7bb224ab25050 (diff) |
check/: enable cleanup again after fixing the leak
Original commit message from CVS:
* check/Makefile.am:
* check/pipelines/cleanup.c: (run_pipeline):
* check/pipelines/simple_launch_lines.c: (run_pipeline),
(GST_START_TEST):
enable cleanup again after fixing the leak
* docs/README:
some more info on docs
Diffstat (limited to 'docs/README')
-rw-r--r-- | docs/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/README b/docs/README index 1f9670cfa..2a007660c 100644 --- a/docs/README +++ b/docs/README @@ -222,7 +222,9 @@ in the various plugin packages. - add an xinclude of a file named "element-(element)-example.xml" to the docbook documentation piece in the element source code - add the header to EXTRA_HFILES in Makefile.am to be able to document - signals and args + signals and args; in that case, the object struct needs to be in + -sections.txt outside of the Standard Subsection (which is annoying, + but ...) (FIXME: are we sure we can both do the xinclude from the tmpl/ sgml, as well as an override from the source itself ? maybe we should just make sure the xinclude is in the source itself instead ?) |