mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
videoconvert: add more debug
This commit is contained in:
parent
eb48b4d3cb
commit
a5ef81e05e
1 changed files with 1 additions and 0 deletions
|
@ -1208,6 +1208,7 @@ videoconvert_convert_lookup_fastpath (VideoConvert * convert)
|
|||
(transforms[i].keeps_color_matrix ||
|
||||
(transforms[i].in_matrix == in_matrix &&
|
||||
transforms[i].out_matrix == out_matrix))) {
|
||||
GST_DEBUG ("using fastpath");
|
||||
convert->convert = transforms[i].convert;
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue