mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
waylandsink: Fix return type of prototype of show_frame()
This commit is contained in:
parent
e0042a99bf
commit
e4c4f193f2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue