sdlvideosink: Fix function prototype for touchy compilers
authorEdward Hervey <bilboed@bilboed.com>
Tue, 21 Sep 2010 16:45:03 +0000 (18:45 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 21 Sep 2010 16:45:03 +0000 (18:45 +0200)
ext/sdl/sdlvideosink.c

index 8937a61..3a90b05 100644 (file)
@@ -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);