docs/design/part-TODO.txt: Some more TODO items.
authorWim Taymans <wim.taymans@gmail.com>
Tue, 15 Nov 2005 15:44:46 +0000 (15:44 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 15 Nov 2005 15:44:46 +0000 (15:44 +0000)
Original commit message from CVS:
* docs/design/part-TODO.txt:
Some more TODO items.

ChangeLog
docs/design/part-TODO.txt

index 7e3472dbd9e38015bd69d62b19dd91011ea26b0f..e8aab5361db06df79fbf6ed7318b94df7d599ef6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 61994c715810d6e71262ca19610d37b334fbbfa3..63f11faef93da547cbe768593c6cc53392a46996 100644 (file)
@@ -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
 --------------