mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 01:19:38 +00:00
5ad834ce28
Add support for generation of 10/12/14/16 bit bayer test pattern. The implementation is rather simplistic, just take the ARGB input, generate 16-bit data out of it instead of 8-bit, shift them as required by the output bitness, and apply endian swap. Example usage: ``` $ gst-launch-1.0 videotestsrc ! \ video/x-bayer,width=512,height=512,format=bggr12le ! \ bayer2rgb ! \ video/x-raw,format=RGBA64_LE ! \ videoconvert ! \ autovideosink ``` Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4686> |
||
---|---|---|
.. | ||
generate_sine_table.c | ||
gstvideotestsrc.c | ||
gstvideotestsrc.h | ||
gstvideotestsrcorc-dist.c | ||
gstvideotestsrcorc-dist.h | ||
gstvideotestsrcorc.orc | ||
meson.build | ||
videotestsrc.c | ||
videotestsrc.h |