From cfa7bf740007f3935d63c9d868fa799faf2d3236 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ren=C3=A9=20Stadler?= Date: Tue, 28 Sep 2010 15:15:57 +0300 Subject: [PATCH] xoverlay: fix endless loop in deprecated method --- gst-libs/gst/interfaces/xoverlay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/interfaces/xoverlay.c b/gst-libs/gst/interfaces/xoverlay.c index 1e873a3..2900021 100644 --- a/gst-libs/gst/interfaces/xoverlay.c +++ b/gst-libs/gst/interfaces/xoverlay.c @@ -416,7 +416,7 @@ gst_x_overlay_got_xwindow_id (GstXOverlay * overlay, gulong xwindow_id) { GST_WARNING_OBJECT (overlay, "Using deprecated gst_x_overlay_got_xwindow_id()"); - gst_x_overlay_got_xwindow_id (overlay, xwindow_id); + gst_x_overlay_got_window_handle (overlay, xwindow_id); } #endif -- 2.7.4