[gst-cvs] gstreamer: docs: remove a TODO item that is fixed now

Wim Taymans wtay at kemper.freedesktop.org
Fri May 29 03:48:48 PDT 2009


Module: gstreamer
Branch: master
Commit: 170b9d6253a4939d23adaa76e3c11525d9acba26
URL:    http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=170b9d6253a4939d23adaa76e3c11525d9acba26

Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Fri May 29 12:48:28 2009 +0200

docs: remove a TODO item that is fixed now

---

 docs/design/part-TODO.txt |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/docs/design/part-TODO.txt b/docs/design/part-TODO.txt
index f06717f..9e13a40 100644
--- a/docs/design/part-TODO.txt
+++ b/docs/design/part-TODO.txt
@@ -36,13 +36,6 @@ API/ABI
   incrementaly when needed. We can do this with a gst_pad_iterate_caps() call.
   We also need to incrementally return intersections etc, for this.
 
-- When an element goes to PAUSED there is no way to figure out the running time
-  when this happened. One could think that we can store this time in the
-  base_time field of the element but that causes problems when the element is
-  still using the base_time before really PAUSING. We seem to need a new element
-  field for this. The running time when an element is paused can be usefull to
-  clip late buffers instead of prerolling on them.
-
 - Elements in a bin have no clue about the final state of the parent element
   since the bin sets the target state on its children in small steps. This
   causes problems for elements that like to know the final state (rtspsrc going





More information about the Gstreamer-commits mailing list