gstreamer/subprojects/gst-plugins-base/gst/videotestsrc
Marek Vasut 5ad834ce28 videotestsrc: Support video/x-bayer 10/12/14/16 bit depths
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>
2023-06-15 08:26:12 +00:00
..
generate_sine_table.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstvideotestsrc.c videotestsrc: Support video/x-bayer 10/12/14/16 bit depths 2023-06-15 08:26:12 +00:00
gstvideotestsrc.h videotestsrc: Support video/x-bayer 10/12/14/16 bit depths 2023-06-15 08:26:12 +00:00
gstvideotestsrcorc-dist.c Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstvideotestsrcorc-dist.h Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
gstvideotestsrcorc.orc Move files from gst-plugins-base into the "subprojects/gst-plugins-base/" subdir 2021-09-24 16:13:26 -03:00
meson.build meson: Call pkgconfig.generate in the loop where we declare plugins dependencies 2022-09-01 21:17:35 +00:00
videotestsrc.c videotestsrc: Support video/x-bayer 10/12/14/16 bit depths 2023-06-15 08:26:12 +00:00
videotestsrc.h videotestsrc: Support video/x-bayer 10/12/14/16 bit depths 2023-06-15 08:26:12 +00:00