summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapitexture_egl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/vaapi/gstvaapitexture_egl.c')
-rw-r--r--gst-libs/gst/vaapi/gstvaapitexture_egl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/vaapi/gstvaapitexture_egl.c b/gst-libs/gst/vaapi/gstvaapitexture_egl.c
index b350b22f..1df21e3a 100644
--- a/gst-libs/gst/vaapi/gstvaapitexture_egl.c
+++ b/gst-libs/gst/vaapi/gstvaapitexture_egl.c
@@ -50,7 +50,7 @@ typedef struct _GstVaapiTextureEGLClass GstVaapiTextureEGLClass;
*/
struct _GstVaapiTextureEGL
{
- /*< private >*/
+ /*< private > */
GstVaapiTexture parent_instance;
EglContext *egl_context;
@@ -66,7 +66,7 @@ struct _GstVaapiTextureEGL
*/
struct _GstVaapiTextureEGLClass
{
- /*< private >*/
+ /*< private > */
GstVaapiTextureClass parent_class;
};