diff --git a/docs/design/part-TODO.txt b/docs/design/part-TODO.txt index 9e13a406bc..8f4c8831ce 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 --------------