videoconvert: add more debug
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 22 Oct 2012 07:44:20 +0000 (09:44 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 22 Oct 2012 07:51:34 +0000 (09:51 +0200)
gst/videoconvert/videoconvert.c

index f3f7421..a198661 100644 (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;
     }