mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
tests: gdkpixbufoverlay-test: remove outdated FIXME
This commit is contained in:
parent
d67da4c8ae
commit
953789fb8e
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue