summaryrefslogtreecommitdiff
path: root/gst-libs/gst/vaapi/gstvaapitexture_egl.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_egl.c
parenta0b325c19afe0e67bb8093606425dda2723f0c2e (diff)
downloadgst-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_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;
};