mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
waylandsink: Add prototype for gst_wayand_pool_get_type()
This commit is contained in:
parent
2db81d6597
commit
9c866da336
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue