docs/README: Document that for plgin-docs we extraxt he short-desc from the element details.

Original commit message from CVS:
* docs/README:
Document that for plgin-docs we extraxt he short-desc from the element
details.
* docs/design/part-states.txt:
Tell that devices should be closed in PAUSED -> READY.
* docs/manual/README:
Document how tests in the manual are handled.
* docs/manuals.mak:
Typo in comment.
This commit is contained in:
Stefan Kost 2008-06-25 14:25:49 +00:00
parent 5335a8b34b
commit bc82d5536c
5 changed files with 27 additions and 1 deletions

View file

@ -1,3 +1,18 @@
2008-06-25 Stefan Kost <ensonic@users.sf.net>
* docs/README:
Document that for plgin-docs we extraxt he short-desc from the element
details.
* docs/design/part-states.txt:
Tell that devices should be closed in PAUSED -> READY.
* docs/manual/README:
Document how tests in the manual are handled.
* docs/manuals.mak:
Typo in comment.
2008-06-25 Wim Taymans <wim.taymans@collabora.co.uk> 2008-06-25 Wim Taymans <wim.taymans@collabora.co.uk>
* gst/gstbin.c: (bin_query_latency_fold): * gst/gstbin.c: (bin_query_latency_fold):
@ -249,6 +264,7 @@
When a buffer is writable, its metadata is also writable so we don't When a buffer is writable, its metadata is also writable so we don't
need to subbuffer (which then makes the buffer not-writable anymore). need to subbuffer (which then makes the buffer not-writable anymore).
>>>>>>> 1.3935
=== release 0.10.20 === === release 0.10.20 ===
2008-06-18 Jan Schmidt <jan.schmidt@sun.com> 2008-06-18 Jan Schmidt <jan.schmidt@sun.com>

View file

@ -307,6 +307,12 @@ in the various plugin packages.
- you need to commit resulting files to CVS: - you need to commit resulting files to CVS:
- changes to *.signals and *.args - changes to *.signals and *.args
- new files for your plugin created in inspect/ - new files for your plugin created in inspect/
- if you get thsi warning:
" Documentation in template xxx for ./tmpl/element-yyy:Short_Description
being overridden by inline comments"
per-default the description from the GST_ELEMENT_DETAILS is put to the
Short_Description. This warning mean you have a different one in the section
docs as "@short_description:".
- the plugin-doc-list on the gstreamer homepage is updated along with other - the plugin-doc-list on the gstreamer homepage is updated along with other
web site updates. web site updates.

View file

@ -76,6 +76,7 @@ the following state changes are possible:
PAUSED -> READY PAUSED -> READY
- sinks unblock any waits in the preroll. - sinks unblock any waits in the preroll.
- elements unblock any waits on devices - elements unblock any waits on devices
- elements close devices
- chain or get_range functions return WRONG_STATE. - chain or get_range functions return WRONG_STATE.
- the element pads are deactivated so that streaming becomes impossible and - the element pads are deactivated so that streaming becomes impossible and
all streaming threads are stopped. all streaming threads are stopped.

View file

@ -32,6 +32,9 @@ not trivial.
Before anything is done, the build-system copies all xml files into the build Before anything is done, the build-system copies all xml files into the build
subdir and this breaks including shared docs via entities. subdir and this breaks including shared docs via entities.
The examples should be updated in the xml. We run a perlscript in
tests/examples/manual that extracts them.
Wtay's original comments : Wtay's original comments :
-------------------------- --------------------------

View file

@ -90,7 +90,7 @@ $(BUILDDIR)/$(MAIN): $(XML) $(CSS) $(EXTRA_SRC)
# we should switch to xsltproc # we should switch to xsltproc
# docbook2html aka jade can't add the encoding easily to the html meta # docbook2html aka jade can't add the encoding easily to the html meta
# jw -f docbook -b html -d pwg.dsl -o ../html -V '%use-id-as-filename%' $(MAIN) # jw -f docbook -b html -d pwg.dsl -o ../html -V '%use-id-as-filename%' $(MAIN)
# this is a startng point # this is a starting point
# xsltproc --nonet /usr/share/xml/docbook/stylesheet/nwalsh/html/docbook.xsl pwg.xml # xsltproc --nonet /usr/share/xml/docbook/stylesheet/nwalsh/html/docbook.xsl pwg.xml
# #
html/index.html: $(BUILDDIR)/$(MAIN) $(PNG_BUILT) $(FIG_SRC) html/index.html: $(BUILDDIR)/$(MAIN) $(PNG_BUILT) $(FIG_SRC)