summaryrefslogtreecommitdiff
path: root/docs/design/part-conventions.txt
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-03-08 14:38:06 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-03-08 14:38:06 +0000
commitb338085a29fb43e3c56d035060dcaf680aca22b1 (patch)
tree077dade03178f3f562cf233dc85758229a0d56bf /docs/design/part-conventions.txt
parentf3aa2d7c52ff76742b4f88608b95f90e3ada2e82 (diff)
Docs updates, clean up some headers.
Original commit message from CVS: * docs/design/part-MT-refcounting.txt: * docs/design/part-conventions.txt: * docs/design/part-gstobject.txt: * docs/design/part-relations.txt: * docs/design/part-standards.txt: * gst/gstbin.c: (gst_bin_add_func), (gst_bin_add), (gst_bin_remove_func), (gst_bin_remove), (gst_bin_iterate_recurse), (gst_bin_get_by_name), (gst_bin_get_by_interface), (gst_bin_iterate_all_by_interface): * gst/gstbuffer.h: * gst/gstclock.h: * gst/gstelement.c: (gst_element_class_init), (gst_element_change_state), (gst_element_set_loop_function): * gst/gstelement.h: * gst/gstiterator.c: * gst/gstobject.c: (gst_object_class_init), (gst_object_ref), (gst_object_unref), (gst_object_sink), (gst_object_dispose), (gst_object_dispatch_properties_changed), (gst_object_set_name), (gst_object_set_parent), (gst_object_unparent), (gst_object_check_uniqueness): * gst/gstobject.h: Docs updates, clean up some headers. Free iterators in GstBin. GstObject is now looking good.
Diffstat (limited to 'docs/design/part-conventions.txt')
-rw-r--r--docs/design/part-conventions.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/design/part-conventions.txt b/docs/design/part-conventions.txt
index f2610a7278..5569644d6c 100644
--- a/docs/design/part-conventions.txt
+++ b/docs/design/part-conventions.txt
@@ -30,8 +30,6 @@ ASYNC. Where there is a prefix, as in the element flags, this is usually droppe
element flags should be cross-checked with the header, as there are currently two conventions in use: with and without
_FLAGS_ in the middle.
-FIXME: check flags for consistency.
-
Drawing conventions
===================