mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
tests: video: Enable PQ and HLG transfer en/decode tests
This commit is contained in:
parent
59007d848a
commit
b9bb240c6b
1 changed files with 2 additions and 1 deletions
|
@ -2698,7 +2698,8 @@ GST_START_TEST (test_video_transfer)
|
|||
{
|
||||
gint i, j;
|
||||
|
||||
for (j = GST_VIDEO_TRANSFER_GAMMA10; j <= GST_VIDEO_TRANSFER_LOG316; j++) {
|
||||
for (j = GST_VIDEO_TRANSFER_GAMMA10; j <= GST_VIDEO_TRANSFER_ARIB_STD_B67;
|
||||
j++) {
|
||||
for (i = 0; i < 256; i++) {
|
||||
gdouble val1, val2;
|
||||
|
||||
|
|
Loading…
Reference in a new issue