From: Tim-Philipp Müller Date: Tue, 30 Dec 2014 18:03:22 +0000 (+0000) Subject: tests: gdkpixbufoverlay-test: remove outdated FIXME X-Git-Tag: 1.6.0~678 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=953789fb8ecab6ddf8806c4c71207260ac6def67;p=platform%2Fupstream%2Fgst-plugins-good.git tests: gdkpixbufoverlay-test: remove outdated FIXME --- diff --git a/tests/icles/gdkpixbufoverlay-test.c b/tests/icles/gdkpixbufoverlay-test.c index 467bdbe..d006599 100644 --- a/tests/icles/gdkpixbufoverlay-test.c +++ b/tests/icles/gdkpixbufoverlay-test.c @@ -176,7 +176,6 @@ buffer_cb (GstPad * pad, GstPadProbeInfo * info, gpointer user_data) GST_LOG ("%3d, %3d", x, y); - /* FIXME: need absolute positioning where negative offsets are not flipped */ g_object_set (overlay, "offset-x", x, "offset-y", y, NULL); return GST_PAD_PROBE_OK;