Added PAD_DISABLED to the TODO list

Original commit message from CVS:
Added PAD_DISABLED to the TODO list
This commit is contained in:
Wim Taymans 2002-07-11 21:10:44 +00:00
parent e5f535960d
commit f1c9061f2a

14
TODO
View file

@ -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
--------------------