waylandsink: Fix return type of prototype of show_frame()
This commit is contained in:
parent
e0042a99bf
commit
e4c4f193f2
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user