videoconvert: add more debug
This commit is contained in:
parent
eb48b4d3cb
commit
a5ef81e05e
@ -1208,6 +1208,7 @@ videoconvert_convert_lookup_fastpath (VideoConvert * convert)
|
|||||||
(transforms[i].keeps_color_matrix ||
|
(transforms[i].keeps_color_matrix ||
|
||||||
(transforms[i].in_matrix == in_matrix &&
|
(transforms[i].in_matrix == in_matrix &&
|
||||||
transforms[i].out_matrix == out_matrix))) {
|
transforms[i].out_matrix == out_matrix))) {
|
||||||
|
GST_DEBUG ("using fastpath");
|
||||||
convert->convert = transforms[i].convert;
|
convert->convert = transforms[i].convert;
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user