mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 20:05:38 +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
|
||||
{
|
||||
/*< private >*/
|
||||
/*< private > */
|
||||
GstVaapiVideoPool parent_instance;
|
||||
|
||||
GstVaapiContext *context;
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
*/
|
||||
struct _GstVaapiImagePool
|
||||
{
|
||||
/*< private >*/
|
||||
/*< private > */
|
||||
GstVaapiVideoPool parent_instance;
|
||||
|
||||
GstVideoFormat format;
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
*/
|
||||
struct _GstVaapiSurfacePool
|
||||
{
|
||||
/*< private >*/
|
||||
/*< private > */
|
||||
GstVaapiVideoPool parent_instance;
|
||||
|
||||
GstVaapiChromaType chroma_type;
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue