emotion: remove useless warning.
authorcedric <cedric>
Sat, 3 Sep 2011 12:54:06 +0000 (12:54 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 3 Sep 2011 12:54:06 +0000 (12:54 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@63120 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/gstreamer/emotion_sink.c

index 09accdd..f6041a5 100644 (file)
@@ -118,7 +118,6 @@ _evas_video_i420(unsigned char *evas_data, const unsigned char *gst_data, unsign
 
    for (j = 0; j < (rh / 2); j++, i++)
      rows[i] = &gst_data[h * w + h * (w / 4) + j * (w / 2)];
-   WRN("I420: %i (max: %i for height %i, real height = %i) = %p", i, 2 * h, h, rh, evas_data);
 }
 
 static void
@@ -140,7 +139,6 @@ _evas_video_yv12(unsigned char *evas_data, const unsigned char *gst_data, unsign
 
    for (j = 0; j < (rh / 2); j++, i++)
      rows[i] = &gst_data[h * w + j * (w / 2)];
-   WRN("YV12: %i (max: %i for height %i, real height = %i) = %p", i, 2 * h, h, rh, evas_data);
 }
 
 static void