summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-07-11 21:10:44 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-07-11 21:10:44 +0000
commitf1c9061f2ae73eedd9ee6632d3513fb0e52702d2 (patch)
tree5ce5c2d63b448493c6e5dd37b4e9fefaca5d1d08 /TODO
parente5f535960d884b2fc72afb35006b43b61fc97e02 (diff)
Added PAD_DISABLED to the TODO list
Original commit message from CVS: Added PAD_DISABLED to the TODO list
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 12 insertions, 2 deletions
diff --git a/TODO b/TODO
index caa1f5866..e3098f19b 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,8 @@
TODO:
-----
-short term API stability
-------------------------
+short term core API stability
+-----------------------------
Changes that probably impact the API, carefull discussion (IRC) + design doc is required
before changes are accepted.
@@ -43,6 +43,16 @@ target release ! description
! (HARD, need to negotiate with people :))
+shortterm core feature enhancements
+-----------------------------------
+
+ ? ! Implement PAD_DISABLED. This requires simple checks in the scheduler so that
+ ! it doesn't try to pull/push data from/to a disabled pad.
+ ! When an element goes to the PAUSED state, all of its pads should be disabled.
+ ! This should also work for ghostpads.
+ ! (API: MEDIUM to moderatly HARD, requires some scheduler understanding)
+
+
short term usability
--------------------