]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/commitdiff
Added PAD_DISABLED to the TODO list
authorWim Taymans <wim.taymans@gmail.com>
Thu, 11 Jul 2002 21:10:44 +0000 (21:10 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 11 Jul 2002 21:10:44 +0000 (21:10 +0000)
Original commit message from CVS:
Added PAD_DISABLED to the TODO list

TODO

diff --git a/TODO b/TODO
index caa1f58665af03d6218d42d8a57db929efff0f88..e3098f19bd459a4b91e82902a03d0fa3b2ef48fc 100644 (file)
--- 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
 --------------------