summaryrefslogtreecommitdiff
path: root/docs/design/part-gstobject.txt
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-06-06 16:11:31 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2011-06-06 16:13:19 +0200
commitf48e7920da7f0f1658100beb8f871910003ffd08 (patch)
tree1147338954f5589300fede5c62380fc5d448a9cf /docs/design/part-gstobject.txt
parentba8c8bb2c8405e8b1dab3f70b19cd368b5b8c978 (diff)
docs: go over design docs and fix things
Remove bufferlist part, it's merged with part-buffer.txt
Diffstat (limited to 'docs/design/part-gstobject.txt')
-rw-r--r--docs/design/part-gstobject.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/design/part-gstobject.txt b/docs/design/part-gstobject.txt
index b84607252f..473dc7f8ac 100644
--- a/docs/design/part-gstobject.txt
+++ b/docs/design/part-gstobject.txt
@@ -89,12 +89,3 @@ Flags
Each object in the GStreamer object hierarchy can have flags associated with it,
which are used to describe a state or a feature of the object.
-GstObject has flags to mark its lifecycle: FLOATING and DISPOSING.
-
-
-Class signals
-~~~~~~~~~~~~~
-
-It is possible to know when a new object is loaded by connecting to the
-GstObjectClass signal. This feature is not very much used and might be removed
-at some point.