mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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_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 */
|
||||||
|
|
Loading…
Reference in a new issue