sdlvideosink: Fix function prototype for touchy compilers
This commit is contained in:
parent
07ac210149
commit
9db0d94364
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user