summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2010-09-21 18:45:03 +0200
committerEdward Hervey <bilboed@bilboed.com>2010-09-21 18:45:03 +0200
commit9db0d943641529a4f33be39735b7e7868b02b401 (patch)
treea7123670d7a2bf8518e546d7d70066e09edf1fa2
parent07ac2101498e74f3ede0da87ff1481846b4e11f3 (diff)
sdlvideosink: Fix function prototype for touchy compilers
-rw-r--r--ext/sdl/sdlvideosink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sdl/sdlvideosink.c b/ext/sdl/sdlvideosink.c
index 8937a6100..3a90b05ee 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);