summaryrefslogtreecommitdiff
path: root/ext/wayland
diff options
context:
space:
mode:
authorShinya Saito <ssaito@igel.co.jp>2019-08-08 11:54:45 +0900
committerShinya Saito <ssaito@igel.co.jp>2019-08-26 11:54:45 +0900
commite4c4f193f2ac77bd4a5ada1a916327ae646307ec (patch)
tree5f27f44dcd7bd6b64c4d7ddab569535d62050aea /ext/wayland
parente0042a99bf03b48fbccf1d4417adb1929e74d41b (diff)
waylandsink: Fix return type of prototype of show_frame()
Diffstat (limited to 'ext/wayland')
-rw-r--r--ext/wayland/gstwaylandsink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wayland/gstwaylandsink.c b/ext/wayland/gstwaylandsink.c
index bfc4eb2eb..535638d99 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 */