From 1da84c7e67535f42b422666802f3c22a622f89a4 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 27 Sep 2005 17:00:13 +0000 Subject: 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. --- docs/design/part-TODO.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'docs/design/part-TODO.txt') 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? -- cgit v1.2.3