waylandsink: Fix return type of prototype of show_frame()

This commit is contained in:
Shinya Saito 2019-08-08 11:54:45 +09:00
parent e0042a99bf
commit e4c4f193f2

View file

@ -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_set_caps (GstBaseSink * bsink, GstCaps * caps);
static gboolean static gboolean
gst_wayland_sink_propose_allocation (GstBaseSink * bsink, GstQuery * query); 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); GstBuffer * buffer);
/* VideoOverlay interface */ /* VideoOverlay interface */