libs: trivial comment style fixes
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Tue, 2 Feb 2016 16:50:19 +0000 (17:50 +0100)
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Wed, 3 Feb 2016 11:20:37 +0000 (12:20 +0100)
Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
gst-libs/gst/vaapi/gstvaapicodedbufferpool.c
gst-libs/gst/vaapi/gstvaapidecoder_vp8.c
gst-libs/gst/vaapi/gstvaapiimagepool.c
gst-libs/gst/vaapi/gstvaapisurfacepool.c
gst-libs/gst/vaapi/gstvaapitexture_egl.c
gst-libs/gst/vaapi/gstvaapitexture_glx.c
gst-libs/gst/vaapi/gstvaapiwindow_drm.c
gst-libs/gst/vaapi/gstvaapiwindow_glx.c
gst-libs/gst/vaapi/gstvaapiwindow_wayland.c

index ef12849..9b09ec6 100644 (file)
@@ -36,7 +36,7 @@
  */
 struct _GstVaapiCodedBufferPool
 {
-  /*< private >*/
+  /*< private > */
   GstVaapiVideoPool parent_instance;
 
   GstVaapiContext *context;
index 3e078b0..3641a61 100644 (file)
@@ -69,7 +69,7 @@ struct _GstVaapiDecoderVp8Private
  */
 struct _GstVaapiDecoderVp8
 {
-  /*< private >*/
+  /*< private > */
   GstVaapiDecoder parent_instance;
 
   GstVaapiDecoderVp8Private priv;
@@ -82,7 +82,7 @@ struct _GstVaapiDecoderVp8
  */
 struct _GstVaapiDecoderVp8Class
 {
-  /*< private >*/
+  /*< private > */
   GstVaapiDecoderClass parent_class;
 };
 
index 377f050..a6b0b58 100644 (file)
@@ -41,7 +41,7 @@
  */
 struct _GstVaapiImagePool
 {
-  /*< private >*/
+  /*< private > */
   GstVaapiVideoPool parent_instance;
 
   GstVideoFormat format;
index 65bc65c..c777194 100644 (file)
@@ -41,7 +41,7 @@
  */
 struct _GstVaapiSurfacePool
 {
-  /*< private >*/
+  /*< private > */
   GstVaapiVideoPool parent_instance;
 
   GstVaapiChromaType chroma_type;
index b350b22..1df21e3 100644 (file)
@@ -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;
 };
 
index dc931f7..b1e641b 100644 (file)
@@ -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;
 };
 
index ae49a07..fdbdd2d 100644 (file)
@@ -42,7 +42,7 @@ typedef struct _GstVaapiWindowDRMClass GstVaapiWindowDRMClass;
  */
 struct _GstVaapiWindowDRM
 {
-  /*< private >*/
+  /*< private > */
   GstVaapiWindow parent_instance;
 };
 
@@ -53,7 +53,7 @@ struct _GstVaapiWindowDRM
  */
 struct _GstVaapiWindowDRMClass
 {
-  /*< private >*/
+  /*< private > */
   GstVaapiWindowClass parent_instance;
 };
 
index 13eac3f..32d3b7a 100644 (file)
@@ -64,7 +64,7 @@ struct _GstVaapiWindowGLXPrivate
  */
 struct _GstVaapiWindowGLX
 {
-  /*< private >*/
+  /*< private > */
   GstVaapiWindowX11 parent_instance;
 
   GstVaapiWindowGLXPrivate priv;
@@ -77,7 +77,7 @@ struct _GstVaapiWindowGLX
  */
 struct _GstVaapiWindowGLXClass
 {
-  /*< private >*/
+  /*< private > */
   GstVaapiWindowX11Class parent_class;
 
   GstVaapiObjectFinalizeFunc parent_finalize;
index aab4879..0b4dd2f 100644 (file)
@@ -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;
 };