mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-13 23:22:54 +00:00
Update for gst_video_transfer_function_*() function renaming
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/-/merge_requests/391>
This commit is contained in:
parent
f822366f92
commit
69fbe8c84c
1 changed files with 1 additions and 1 deletions
|
@ -1622,7 +1622,7 @@ fill_color_standard (GstVideoColorimetry * colorimetry,
|
|||
properties->colour_primaries =
|
||||
gst_video_color_primaries_to_iso (colorimetry->primaries);
|
||||
properties->transfer_characteristics =
|
||||
gst_video_color_transfer_to_iso (colorimetry->transfer);
|
||||
gst_video_transfer_function_to_iso (colorimetry->transfer);
|
||||
properties->matrix_coefficients =
|
||||
gst_video_color_matrix_to_iso (colorimetry->matrix);
|
||||
|
||||
|
|
Loading…
Reference in a new issue