+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
- 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.
- 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
--------------