summaryrefslogtreecommitdiff
path: root/docs/design
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-09-27 17:00:13 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-09-27 17:00:13 +0000
commit1da84c7e67535f42b422666802f3c22a622f89a4 (patch)
treefcb39cd36bed0fe850b699f7b64fc2d0cacb4658 /docs/design
parent7f2ea50a27b649936d98967af9014873fe8ac0b7 (diff)
docs/design/part-TODO.txt: Update TODO.
Original commit message from CVS: * docs/design/part-TODO.txt: Update TODO. * gst/gstbin.c: (add_to_queue), (clear_queue), (reset_outdegree), (update_outdegree), (find_element), (gst_bin_sort_iterator_next), (gst_bin_sort_iterator_resync), (gst_bin_sort_iterator_free), (gst_bin_iterate_sorted), (gst_bin_element_set_state), (gst_bin_change_state): * gst/gstelement.h: Remove element variable, we keep element info in the iterator now.
Diffstat (limited to 'docs/design')
-rw-r--r--docs/design/part-TODO.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/design/part-TODO.txt b/docs/design/part-TODO.txt
index 1acb746a00..107b6dea9a 100644
--- a/docs/design/part-TODO.txt
+++ b/docs/design/part-TODO.txt
@@ -8,9 +8,6 @@
done by making the event contain a GstStructure with input/output values, similar
to GstMessage.
-- implement iterators for traversing elements upstream or dowstream. Use more simple
- algorithm using indegree topological sort.
-
- unlinking pads in the PAUSED state needs to make sure the stream thread is not
executing code. Can this be done with a flush to unlock all downstream chain
functions?