From c10690aea2110196f64819101acaf30f0745d000 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 22 Oct 2009 16:42:13 -0400 Subject: [PATCH] TODO: add item to TODO list We currently do a little too much work when we push the first buffer around resulting in excessive caps checking. We can probably make this a little less expensive. --- docs/design/part-TODO.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/design/part-TODO.txt b/docs/design/part-TODO.txt index 9e13a40..8f4c883 100644 --- a/docs/design/part-TODO.txt +++ b/docs/design/part-TODO.txt @@ -68,6 +68,11 @@ API/ABI - Remove the result format value in queries. +- Try to minimize the amount of acceptcaps calls when pushing buffers around. + The element pushing the buffer usually negotiated already and decided on the + format. + The element receiving the buffer usually has to accept the caps anyway. + IMPLEMENTATION -------------- -- 2.7.4