mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
TODO: remove stepping from TODO
Remove the frame stepping API from the TODO list.
This commit is contained in:
parent
9da89ef4e1
commit
8c4742866b
1 changed files with 0 additions and 9 deletions
|
@ -14,15 +14,6 @@ API/ABI
|
||||||
|
|
||||||
- query POSITION/DURATION return accuracy. Just a flag or accuracy percentage.
|
- 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. Some ideas are in
|
|
||||||
docs/design/draft-framestep.txt
|
|
||||||
|
|
||||||
- use | instead of + as divider in serialization of Flags
|
- use | instead of + as divider in serialization of Flags
|
||||||
(gstvalue/gststructure)
|
(gstvalue/gststructure)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue