summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapitexture_glx.c
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2016-02-02 17:50:19 +0100
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2016-02-03 12:20:37 +0100
commit02c0e6c183531ebc4c05c782d95c7c2f5b629da9 (patch)
treef2c60b0e027f6061334ed226eda8218b9e3e9e01 /gst-libs/gst/vaapi/gstvaapitexture_glx.c
parenta0b325c19afe0e67bb8093606425dda2723f0c2e (diff)
downloadgstreamer-vaapi-02c0e6c183531ebc4c05c782d95c7c2f5b629da9.tar.gz
libs: trivial comment style fixes
Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
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;
};