gstreamer/subprojects/gst-plugins-bad/sys/uvcgadget
Michael Grzeschik 4670e1c809 uvcsink: make gst_v4l2uvc_fourcc_to_bare_struct work with more raw formats
The uvcsink was limited to only transfer YUY2 and MJPEG. For the
uncompressed formats there is no technical reason not to support them.

Since gst_video_format_to_string is already supporting more fourcc than
only YUY2 we use the default path in gst_v4l2uvc_fourcc_to_bare_struct
to create structures for more formats and bail out if the returned
format is not from the uncompressed type.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6037>
2024-09-24 20:07:40 +00:00
..
configfs.c
configfs.h
gstuvcsink.c uvcsink: make gst_v4l2uvc_fourcc_to_bare_struct work with more raw formats 2024-09-24 20:07:40 +00:00
gstuvcsink.h
meson.build
uvc.c