From e4c4f193f2ac77bd4a5ada1a916327ae646307ec Mon Sep 17 00:00:00 2001 From: Shinya Saito Date: Thu, 8 Aug 2019 11:54:45 +0900 Subject: [PATCH] waylandsink: Fix return type of prototype of show_frame() --- ext/wayland/gstwaylandsink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/wayland/gstwaylandsink.c b/ext/wayland/gstwaylandsink.c index bfc4eb2ebf..535638d997 100644 --- a/ext/wayland/gstwaylandsink.c +++ b/ext/wayland/gstwaylandsink.c @@ -98,7 +98,7 @@ static GstCaps *gst_wayland_sink_get_caps (GstBaseSink * bsink, static gboolean gst_wayland_sink_set_caps (GstBaseSink * bsink, GstCaps * caps); static gboolean gst_wayland_sink_propose_allocation (GstBaseSink * bsink, GstQuery * query); -static gboolean gst_wayland_sink_show_frame (GstVideoSink * bsink, +static GstFlowReturn gst_wayland_sink_show_frame (GstVideoSink * bsink, GstBuffer * buffer); /* VideoOverlay interface */