mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
Added PAD_DISABLED to the TODO list
Original commit message from CVS: Added PAD_DISABLED to the TODO list
This commit is contained in:
parent
e5f535960d
commit
f1c9061f2a
1 changed files with 12 additions and 2 deletions
14
TODO
14
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
|
||||
--------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue