mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
libs: trivial comment style fixes
Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
This commit is contained in:
parent
a0b325c19a
commit
02c0e6c183
9 changed files with 15 additions and 15 deletions
|
@ -36,7 +36,7 @@
|
||||||
*/
|
*/
|
||||||
struct _GstVaapiCodedBufferPool
|
struct _GstVaapiCodedBufferPool
|
||||||
{
|
{
|
||||||
/*< private >*/
|
/*< private > */
|
||||||
GstVaapiVideoPool parent_instance;
|
GstVaapiVideoPool parent_instance;
|
||||||
|
|
||||||
GstVaapiContext *context;
|
GstVaapiContext *context;
|
||||||
|
|
|
@ -69,7 +69,7 @@ struct _GstVaapiDecoderVp8Private
|
||||||
*/
|
*/
|
||||||
struct _GstVaapiDecoderVp8
|
struct _GstVaapiDecoderVp8
|
||||||
{
|
{
|
||||||
/*< private >*/
|
/*< private > */
|
||||||
GstVaapiDecoder parent_instance;
|
GstVaapiDecoder parent_instance;
|
||||||
|
|
||||||
GstVaapiDecoderVp8Private priv;
|
GstVaapiDecoderVp8Private priv;
|
||||||
|
@ -82,7 +82,7 @@ struct _GstVaapiDecoderVp8
|
||||||
*/
|
*/
|
||||||
struct _GstVaapiDecoderVp8Class
|
struct _GstVaapiDecoderVp8Class
|
||||||
{
|
{
|
||||||
/*< private >*/
|
/*< private > */
|
||||||
GstVaapiDecoderClass parent_class;
|
GstVaapiDecoderClass parent_class;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
*/
|
*/
|
||||||
struct _GstVaapiImagePool
|
struct _GstVaapiImagePool
|
||||||
{
|
{
|
||||||
/*< private >*/
|
/*< private > */
|
||||||
GstVaapiVideoPool parent_instance;
|
GstVaapiVideoPool parent_instance;
|
||||||
|
|
||||||
GstVideoFormat format;
|
GstVideoFormat format;
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
*/
|
*/
|
||||||
struct _GstVaapiSurfacePool
|
struct _GstVaapiSurfacePool
|
||||||
{
|
{
|
||||||
/*< private >*/
|
/*< private > */
|
||||||
GstVaapiVideoPool parent_instance;
|
GstVaapiVideoPool parent_instance;
|
||||||
|
|
||||||
GstVaapiChromaType chroma_type;
|
GstVaapiChromaType chroma_type;
|
||||||
|
|
|
@ -50,7 +50,7 @@ typedef struct _GstVaapiTextureEGLClass GstVaapiTextureEGLClass;
|
||||||
*/
|
*/
|
||||||
struct _GstVaapiTextureEGL
|
struct _GstVaapiTextureEGL
|
||||||
{
|
{
|
||||||
/*< private >*/
|
/*< private > */
|
||||||
GstVaapiTexture parent_instance;
|
GstVaapiTexture parent_instance;
|
||||||
|
|
||||||
EglContext *egl_context;
|
EglContext *egl_context;
|
||||||
|
@ -66,7 +66,7 @@ struct _GstVaapiTextureEGL
|
||||||
*/
|
*/
|
||||||
struct _GstVaapiTextureEGLClass
|
struct _GstVaapiTextureEGLClass
|
||||||
{
|
{
|
||||||
/*< private >*/
|
/*< private > */
|
||||||
GstVaapiTextureClass parent_class;
|
GstVaapiTextureClass parent_class;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@ typedef struct _GstVaapiTextureGLXClass GstVaapiTextureGLXClass;
|
||||||
*/
|
*/
|
||||||
struct _GstVaapiTextureGLX
|
struct _GstVaapiTextureGLX
|
||||||
{
|
{
|
||||||
/*< private >*/
|
/*< private > */
|
||||||
GstVaapiTexture parent_instance;
|
GstVaapiTexture parent_instance;
|
||||||
|
|
||||||
GLContextState *gl_context;
|
GLContextState *gl_context;
|
||||||
|
@ -69,7 +69,7 @@ struct _GstVaapiTextureGLX
|
||||||
*/
|
*/
|
||||||
struct _GstVaapiTextureGLXClass
|
struct _GstVaapiTextureGLXClass
|
||||||
{
|
{
|
||||||
/*< private >*/
|
/*< private > */
|
||||||
GstVaapiTextureClass parent_class;
|
GstVaapiTextureClass parent_class;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ typedef struct _GstVaapiWindowDRMClass GstVaapiWindowDRMClass;
|
||||||
*/
|
*/
|
||||||
struct _GstVaapiWindowDRM
|
struct _GstVaapiWindowDRM
|
||||||
{
|
{
|
||||||
/*< private >*/
|
/*< private > */
|
||||||
GstVaapiWindow parent_instance;
|
GstVaapiWindow parent_instance;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ struct _GstVaapiWindowDRM
|
||||||
*/
|
*/
|
||||||
struct _GstVaapiWindowDRMClass
|
struct _GstVaapiWindowDRMClass
|
||||||
{
|
{
|
||||||
/*< private >*/
|
/*< private > */
|
||||||
GstVaapiWindowClass parent_instance;
|
GstVaapiWindowClass parent_instance;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -64,7 +64,7 @@ struct _GstVaapiWindowGLXPrivate
|
||||||
*/
|
*/
|
||||||
struct _GstVaapiWindowGLX
|
struct _GstVaapiWindowGLX
|
||||||
{
|
{
|
||||||
/*< private >*/
|
/*< private > */
|
||||||
GstVaapiWindowX11 parent_instance;
|
GstVaapiWindowX11 parent_instance;
|
||||||
|
|
||||||
GstVaapiWindowGLXPrivate priv;
|
GstVaapiWindowGLXPrivate priv;
|
||||||
|
@ -77,7 +77,7 @@ struct _GstVaapiWindowGLX
|
||||||
*/
|
*/
|
||||||
struct _GstVaapiWindowGLXClass
|
struct _GstVaapiWindowGLXClass
|
||||||
{
|
{
|
||||||
/*< private >*/
|
/*< private > */
|
||||||
GstVaapiWindowX11Class parent_class;
|
GstVaapiWindowX11Class parent_class;
|
||||||
|
|
||||||
GstVaapiObjectFinalizeFunc parent_finalize;
|
GstVaapiObjectFinalizeFunc parent_finalize;
|
||||||
|
|
|
@ -120,7 +120,7 @@ struct _GstVaapiWindowWaylandPrivate
|
||||||
*/
|
*/
|
||||||
struct _GstVaapiWindowWayland
|
struct _GstVaapiWindowWayland
|
||||||
{
|
{
|
||||||
/*< private >*/
|
/*< private > */
|
||||||
GstVaapiWindow parent_instance;
|
GstVaapiWindow parent_instance;
|
||||||
|
|
||||||
GstVaapiWindowWaylandPrivate priv;
|
GstVaapiWindowWaylandPrivate priv;
|
||||||
|
@ -133,7 +133,7 @@ struct _GstVaapiWindowWayland
|
||||||
*/
|
*/
|
||||||
struct _GstVaapiWindowWaylandClass
|
struct _GstVaapiWindowWaylandClass
|
||||||
{
|
{
|
||||||
/*< private >*/
|
/*< private > */
|
||||||
GstVaapiWindowClass parent_class;
|
GstVaapiWindowClass parent_class;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue