mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
sdlvideosink: Fix function prototype for touchy compilers
This commit is contained in:
parent
07ac210149
commit
9db0d94364
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue