Doc updates.
authorWim Taymans <wim.taymans@gmail.com>
Thu, 10 Mar 2005 12:51:45 +0000 (12:51 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 10 Mar 2005 12:51:45 +0000 (12:51 +0000)
commit007cff6d75995bda6ab24c9f7be7137686bc163d
treea004a802d8721fd1b0f421505e67993e373b2089
parente82e7b604ac0db2979fa83109102116f0ba47b40
Doc updates.

Original commit message from CVS:
* docs/design/part-MT-refcounting.txt:
* docs/design/part-clocks.txt:
* docs/design/part-gstelement.txt:
* docs/design/part-gstobject.txt:
* docs/design/part-standards.txt:
* gst/gstbin.c: (gst_bin_add_func), (gst_bin_add),
(gst_bin_remove_func), (gst_bin_remove):
* gst/gstbin.h:
* gst/gstbuffer.c:
* gst/gstcaps.h:
* testsuite/clock/clock1.c: (main):
* testsuite/clock/clock2.c: (gst_clock_debug), (element_wait),
(main):
* testsuite/dlopen/loadgst.c: (do_test):
* testsuite/refcounting/bin.c: (add_remove_test1),
(add_remove_test2), (main):
* testsuite/refcounting/element.c: (main):
* testsuite/refcounting/element_pad.c: (main):
* testsuite/refcounting/pad.c: (main):
* tools/gst-launch.c: (sigint_handler_sighandler):
* tools/gst-typefind.c: (main):
Doc updates.
Added doc about clock.
removed gst_bin_iterate_recurse_up(), marked methods
for removal.
Fix more testsuites.
26 files changed:
ChangeLog
docs/design/part-MT-refcounting.txt
docs/design/part-clocks.txt [new file with mode: 0644]
docs/design/part-gstelement.txt
docs/design/part-gstobject.txt
docs/design/part-standards.txt
gst/gstbin.c
gst/gstbin.h
gst/gstbuffer.c
gst/gstcaps.h
tests/old/testsuite/clock/clock1.c
tests/old/testsuite/clock/clock2.c
tests/old/testsuite/dlopen/loadgst.c
tests/old/testsuite/refcounting/bin.c
tests/old/testsuite/refcounting/element.c
tests/old/testsuite/refcounting/element_pad.c
tests/old/testsuite/refcounting/pad.c
testsuite/clock/clock1.c
testsuite/clock/clock2.c
testsuite/dlopen/loadgst.c
testsuite/refcounting/bin.c
testsuite/refcounting/element.c
testsuite/refcounting/element_pad.c
testsuite/refcounting/pad.c
tools/gst-launch.c
tools/gst-typefind.c