docs/design/part-TODO.txt: Remove the seqnum entry that we implemented in 0.10 already.

Original commit message from CVS:
* docs/design/part-TODO.txt:
Remove the seqnum entry that we implemented in 0.10 already.
Add entry about removing the format return value for queries.
This commit is contained in:
Wim Taymans 2008-12-15 15:27:06 +00:00
parent 1ec9399318
commit 85c0fc3260
2 changed files with 8 additions and 9 deletions

View file

@ -1,3 +1,9 @@
2008-12-15 Wim Taymans <wim.taymans@collabora.co.uk>
* docs/design/part-TODO.txt:
Remove the seqnum entry that we implemented in 0.10 already.
Add entry about removing the format return value for queries.
2008-12-15 Wim Taymans <wim.taymans@collabora.co.uk>
* libs/gst/base/gstbasesink.c: (gst_base_sink_class_init),

View file

@ -30,15 +30,6 @@ API/ABI
already got pushed and need to be pushed again. Might need GstFlowReturn from
gst_pad_push_event().
- keep track of seeks with a counter so that we can match seek events received
in the demuxer srcpads. This is needed because a normal seek on a pipeline
will send the seek event on all sinks, which results in the demuxer receiving
the seek twice. If there is no way to see that the seek is the same, it will
perform the seek twice.
It would also be nice to have this same sequence number in the segment event
that resulted from the seek so that everything seek related can be tracked
properly.
- Optimize negotiation. We currently do a get_caps() call when we link pads,
which could potentially generate a huge list of caps and all their
combinations, we need to avoid generating these huge lists by generating them
@ -82,6 +73,8 @@ API/ABI
- Remove the XML serialisation stuff.
- Remove the result format value in queries.
IMPLEMENTATION
--------------