summaryrefslogtreecommitdiff
path: root/docs/design/part-TODO.txt
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-10-25 15:39:36 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-10-25 15:39:36 +0000
commit2803a5587edaae3eeb4275f5894fa9c351b7bf63 (patch)
treeb8d2f4203d5ffdd8add276a2582ee8bd4441898f /docs/design/part-TODO.txt
parentb204604572746e636ad9dba4272e8615a738b49a (diff)
docs/design/part-TODO.txt: Update TODO.
Original commit message from CVS: * docs/design/part-TODO.txt: Update TODO. * gst/gstbin.c: (message_check), (bin_replace_message), (bin_remove_messages), (is_eos), (gst_bin_add_func), (update_degree), (gst_bin_sort_iterator_next), (bin_bus_handler), (bin_query_duration_init), (bin_query_duration_fold), (bin_query_duration_done), (bin_query_generic_fold), (gst_bin_query): Handle SEGMENT_START/DONE messages correctly. More evolved query algorithm that handles duration queries correctly. * gst/gstelement.c: (gst_element_send_event), (gst_element_query), (gst_element_get_state_func), (gst_element_abort_state), (gst_element_commit_state), (gst_element_lost_state): Some more debugging. * gst/gstmessage.h: Added doc.
Diffstat (limited to 'docs/design/part-TODO.txt')
-rw-r--r--docs/design/part-TODO.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/design/part-TODO.txt b/docs/design/part-TODO.txt
index 720eb74109..599bb0851a 100644
--- a/docs/design/part-TODO.txt
+++ b/docs/design/part-TODO.txt
@@ -31,3 +31,4 @@
- make bin_bus_handler a vmethod so subclasses can use their own implementation
or chain to the parent.
+- make it possible to seek on other formats than bytes in basesrc.