From: Edward Hervey Date: Tue, 21 Sep 2010 16:45:03 +0000 (+0200) Subject: sdlvideosink: Fix function prototype for touchy compilers X-Git-Tag: RELEASE-0.11.1~660 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9db0d943641529a4f33be39735b7e7868b02b401;p=platform%2Fupstream%2Fgst-plugins-bad.git sdlvideosink: Fix function prototype for touchy compilers --- diff --git a/ext/sdl/sdlvideosink.c b/ext/sdl/sdlvideosink.c index 8937a61..3a90b05 100644 --- a/ext/sdl/sdlvideosink.c +++ b/ext/sdl/sdlvideosink.c @@ -64,7 +64,7 @@ static gboolean gst_sdlvideosink_supported (GstImplementsInterface * iface, static void gst_sdlvideosink_xoverlay_init (GstXOverlayClass * klass); static void gst_sdlvideosink_xoverlay_set_window_handle - (GstXOverlay * overlay, unsigned long parent); + (GstXOverlay * overlay, guintptr parent); static gboolean gst_sdlvideosink_lock (GstSDLVideoSink * sdl); static void gst_sdlvideosink_unlock (GstSDLVideoSink * sdl);