mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
533d0ac7f1
Adds 3 new tests for testing accept-caps behavior with proxy-caps pads. 1) A scenario where there is no proxy. The caps should be compared to the template caps of the pad 2) A scenario where there is a compatible pad. The caps should be compared to the proxied pad caps (and also with the template) 3) A scenario where there is an incompatible proxy pad. No caps should be possible at all. https://bugzilla.gnome.org/show_bug.cgi?id=754112 |
||
---|---|---|
.. | ||
benchmarks | ||
check | ||
examples | ||
misc | ||
.gitignore | ||
Makefile.am | ||
README |
This directory contains regression tests, functionality tests, examples, benchmarks, ... benchmarks/ benchmarks to profile pieces of GStreamer check/ unit tests using the check library, non-interactive examples/ small examples demonstrating the use of various features misc/ prototypes, random bits, ...