From: René Stadler Date: Tue, 28 Sep 2010 12:15:57 +0000 (+0300) Subject: xoverlay: fix endless loop in deprecated method X-Git-Tag: RELEASE-0.10.31~156 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cfa7bf740007f3935d63c9d868fa799faf2d3236;p=platform%2Fupstream%2Fgst-plugins-base.git xoverlay: fix endless loop in deprecated method --- 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