videoconvert: add more debug

This commit is contained in:
Wim Taymans 2012-10-22 09:44:20 +02:00
parent eb48b4d3cb
commit a5ef81e05e

View file

@ -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;
}