summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapiwindow_wayland.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/vaapi/gstvaapiwindow_wayland.c')
-rw-r--r--gst-libs/gst/vaapi/gstvaapiwindow_wayland.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapiwindow_wayland.c b/gst-libs/gst/vaapi/gstvaapiwindow_wayland.c
index aab48793..0b4dd2fa 100644
--- a/gst-libs/gst/vaapi/gstvaapiwindow_wayland.c
+++ b/gst-libs/gst/vaapi/gstvaapiwindow_wayland.c
@@ -120,7 +120,7 @@ struct _GstVaapiWindowWaylandPrivate
*/
struct _GstVaapiWindowWayland
{
- /*< private >*/
+ /*< private > */
GstVaapiWindow parent_instance;
GstVaapiWindowWaylandPrivate priv;
@@ -133,7 +133,7 @@ struct _GstVaapiWindowWayland
*/
struct _GstVaapiWindowWaylandClass
{
- /*< private >*/
+ /*< private > */
GstVaapiWindowClass parent_class;
};