summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2017-11-25 20:06:57 -0500
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2017-11-25 20:06:57 -0500
commit9c866da3369be003dc5f3bea3b488c86b825c5e2 (patch)
tree49143d477f2063cd2c366b8acf2a80f9d0004b98
parent2db81d6597525fdca6141725edca049cd56198c3 (diff)
waylandsink: Add prototype for gst_wayand_pool_get_type()
-rw-r--r--ext/wayland/gstwaylandsink.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/wayland/gstwaylandsink.c b/ext/wayland/gstwaylandsink.c
index dd40bd1b2..c8228cfef 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;