From 9c866da3369be003dc5f3bea3b488c86b825c5e2 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Sat, 25 Nov 2017 20:06:57 -0500 Subject: [PATCH] waylandsink: Add prototype for gst_wayand_pool_get_type() --- ext/wayland/gstwaylandsink.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ext/wayland/gstwaylandsink.c b/ext/wayland/gstwaylandsink.c index dd40bd1b2f..c8228cfefc 100644 --- a/ext/wayland/gstwaylandsink.c +++ b/ext/wayland/gstwaylandsink.c @@ -126,6 +126,9 @@ G_DEFINE_TYPE_WITH_CODE (GstWaylandSink, gst_wayland_sink, GST_TYPE_VIDEO_SINK, * width/height + stride and use the viewporter interface to crop, a bit like * we use to do with XV. It would still be quite limited. It's a bit retro, * hopefully there will be a better Wayland interface in the future. */ + +GType gst_wayland_pool_get_type (void); + typedef struct { GstVideoBufferPool parent;