mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:56:14 +00:00
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.
This commit is contained in:
parent
dc2c4de73a
commit
c10690aea2
1 changed files with 5 additions and 0 deletions
|
@ -68,6 +68,11 @@ API/ABI
|
||||||
|
|
||||||
- Remove the result format value in queries.
|
- 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
|
IMPLEMENTATION
|
||||||
--------------
|
--------------
|
||||||
|
|
Loading…
Reference in a new issue