mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
Updated the TODO list
Original commit message from CVS: Updated the TODO list
This commit is contained in:
parent
a82fd94231
commit
4802fe1caa
1 changed files with 14 additions and 1 deletions
15
TODO
15
TODO
|
@ -87,6 +87,19 @@ Policy definition is closely related to a HOWTO but sometimes needs some thinkin
|
|||
? ! figure out a policy for the NEW_MEDIA event
|
||||
! (MEDIUM to HARD)
|
||||
|
||||
midterm feature enhancement
|
||||
---------------------------
|
||||
|
||||
? | Define and implement a syntax in gst_parse to handle filtered pad connections.
|
||||
| (MEDIUM)
|
||||
|
|
||||
? | Figure out a way to set properties on schedulers (and bins?) from gst_parse.
|
||||
| (MEDIUM)
|
||||
|
|
||||
? | Make gst-inspect do inspection of plugins, schedulers, autopluggers, types.
|
||||
| (MEDIUM to EASY)
|
||||
|
|
||||
|
||||
|
||||
midterm (longterm) optimisations
|
||||
--------------------------------
|
||||
|
@ -94,7 +107,7 @@ midterm (longterm) optimisations
|
|||
These optimisations can be done without changing the existing API.
|
||||
|
||||
|
||||
? ! implement an optimal scheduler that uses chaining when possible
|
||||
(in progress) ! implement an optimal scheduler that uses chaining when possible
|
||||
! (HARD, requires detailed knowledge of element scheduling)
|
||||
!
|
||||
? ! alternatively optimisations to the current scheduler can be done such
|
||||
|
|
Loading…
Reference in a new issue