mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +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_init (GstXOverlayClass * klass);
|
||||||
static void gst_sdlvideosink_xoverlay_set_window_handle
|
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 gboolean gst_sdlvideosink_lock (GstSDLVideoSink * sdl);
|
||||||
static void gst_sdlvideosink_unlock (GstSDLVideoSink * sdl);
|
static void gst_sdlvideosink_unlock (GstSDLVideoSink * sdl);
|
||||||
|
|
Loading…
Reference in a new issue