mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-13 19:44:10 +00:00
docs/design/part-TODO.txt: Some more TODO items.
Original commit message from CVS: * docs/design/part-TODO.txt: Some more TODO items.
This commit is contained in:
parent
7688db602f
commit
cbded66b16
2 changed files with 17 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-11-15 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* docs/design/part-TODO.txt:
|
||||
Some more TODO items.
|
||||
|
||||
2005-11-15 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
* gst/elements/gstfakesrc.c (gst_fake_src_create): It's not an
|
||||
|
|
|
@ -22,9 +22,7 @@ API/ABI
|
|||
|
||||
- make it possible to seek on other formats than bytes in basesrc.
|
||||
|
||||
- GstFormat quarks, get_name.
|
||||
|
||||
- GstQuery quark, get_name.
|
||||
- GstFormat, GstQuery quarks, get_name.
|
||||
|
||||
- GstEvent, GstMessage register like GstFormat or GstQuery.
|
||||
|
||||
|
@ -34,6 +32,17 @@ API/ABI
|
|||
|
||||
- query POSITION/DURATION return accuracy. Just a flag or accuracy percentage.
|
||||
|
||||
- add some sort of time/frame stepping functionality, either with a flag on the seek
|
||||
event or some new seek event type. The idea would be to operate on the current
|
||||
playback position instead of the current configured segment when doing the seek.
|
||||
Idea is that frame stepping forwards can be done in the sinks, ie, just dropping
|
||||
N frames/time, sending more complicated queries upstream which can ideally handle
|
||||
those cases more efficiently too.
|
||||
|
||||
- GstClockFlags should use the gstobject flags field instead of inventing its own.
|
||||
|
||||
- Add gstsegment.[ch].
|
||||
|
||||
|
||||
IMPLEMENTATION
|
||||
--------------
|
||||
|
|
Loading…
Reference in a new issue