summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-11-16 18:25:45 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2009-11-16 18:25:45 +0100
commit8c4742866bb79e017dcc5fd046a9d7e0ae7c3d62 (patch)
tree5c44f8008086b85ff19e9ad035e018d3b430563d
parent9da89ef4e1aa6ed11d0bcf335fc9f2b9fadb28e9 (diff)
TODO: remove stepping from TODO
Remove the frame stepping API from the TODO list.
-rw-r--r--docs/design/part-TODO.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/design/part-TODO.txt b/docs/design/part-TODO.txt
index 8f4c8831ce..4bd0ae94e6 100644
--- a/docs/design/part-TODO.txt
+++ b/docs/design/part-TODO.txt
@@ -14,15 +14,6 @@ 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. Some ideas are in
- docs/design/draft-framestep.txt
-
- use | instead of + as divider in serialization of Flags
(gstvalue/gststructure)