mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 04:41:16 +00:00
b20f73099f
This change allow tests to check performance of elements by checking the frequency at which buffers are pushed on src pads. I re-used most of the logic from fpsdisplaysink to compute the frequency. We can now uses something like: GST_VALIDATE_CONFIG='core,min-buffer-frequency=60,target-element-factory-name=v4l2src' The 'buffer-frequency-start' optional field can be used to ignore the frequency during the start of the pipeline. This is useful when testing live pipelines where configuring and setting up elements can take some time slowing down the first buffers. |
||
---|---|---|
.. | ||
launcher | ||
plugins | ||
validate | ||
.gitignore | ||
Makefile.am | ||
meson.build | ||
release.txt | ||
validate-design.txt | ||
validate-usage.txt | ||
version.entities.in |