mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 16:51:10 +00:00
3f675cb479
Converting from RGB to YUV: When comparing the info.colorimetry to GST_VIDEO_COLORIMETRY_BT709 it does not make sense to look at the input signal because that is of type of RGB. The plugin needs to look at the output YUV-type and compare GST_VIDEO_COLORIMETRY_BT709 to that, because that is the YUV-type the plugin needs to convert input-RGB into. Converting from YUV to RGB: Comparing to the input is correct, but because here the color encoding info BT601/BT709 is on input side of the plugin. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5998> |
||
---|---|---|
.. | ||
allocators | ||
app | ||
audio | ||
fft | ||
gl | ||
pbutils | ||
riff | ||
rtp | ||
rtsp | ||
sdp | ||
tag | ||
video | ||
glib-compat-private.h | ||
meson.build |