summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapitexture_glx.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/vaapi/gstvaapitexture_glx.c')
-rw-r--r--gst-libs/gst/vaapi/gstvaapitexture_glx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapitexture_glx.c b/gst-libs/gst/vaapi/gstvaapitexture_glx.c
index dc931f74..b1e641bf 100644
--- a/gst-libs/gst/vaapi/gstvaapitexture_glx.c
+++ b/gst-libs/gst/vaapi/gstvaapitexture_glx.c
@@ -54,7 +54,7 @@ typedef struct _GstVaapiTextureGLXClass GstVaapiTextureGLXClass;
*/
struct _GstVaapiTextureGLX
{
- /*< private >*/
+ /*< private > */
GstVaapiTexture parent_instance;
GLContextState *gl_context;
@@ -69,7 +69,7 @@ struct _GstVaapiTextureGLX
*/
struct _GstVaapiTextureGLXClass
{
- /*< private >*/
+ /*< private > */
GstVaapiTextureClass parent_class;
};