docs/design/part-TODO.txt: Add another limitation of pad-blocking with segment seeks...
authorEdward Hervey <bilboed@bilboed.com>
Fri, 10 Oct 2008 14:31:03 +0000 (14:31 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Fri, 10 Oct 2008 14:31:03 +0000 (14:31 +0000)
Original commit message from CVS:
* docs/design/part-TODO.txt:
Add another limitation of pad-blocking with segment seeks not pushing
EOS events.

ChangeLog
docs/design/part-TODO.txt

index 12c939a..8925c4d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-10-10  Edward Hervey  <edward.hervey@collabora.co.uk>
+
+       * docs/design/part-TODO.txt:
+       Add another limitation of pad-blocking with segment seeks not pushing
+       EOS events.
+
 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
 
        * win32/common/libgstbase.def:
index 9737ee9..ed1c356 100644 (file)
@@ -71,6 +71,8 @@ API/ABI
     reason that blocked the pad. 
   * it only blocks on datapassing. When EOS, the block never happens but ideally
     should because pad block should inform the app when there is no dataflow.
+  * the same goes for segment seeks that don't push in-band EOS events. Maybe
+    segment seeks should also send an EOS event when they're done.
   * blocking should only happen from one thread. If one thread does pad_alloc
     and another a push, the push might be busy while the block callback is done.
   * maybe this name is overloaded. We need to look at some more use cases before