mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
Fix documentation of *Class'es.
This commit is contained in:
parent
edea5998f5
commit
4f00d5657b
11 changed files with 3 additions and 11 deletions
|
@ -91,7 +91,6 @@ struct _GstVaapiDisplay {
|
|||
/*< private >*/
|
||||
GObject parent_instance;
|
||||
|
||||
/*< private >*/
|
||||
GstVaapiDisplayPrivate *priv;
|
||||
};
|
||||
|
||||
|
@ -109,6 +108,7 @@ struct _GstVaapiDisplayClass {
|
|||
/*< private >*/
|
||||
GObjectClass parent_class;
|
||||
|
||||
/*< public >*/
|
||||
gboolean (*open_display) (GstVaapiDisplay *display);
|
||||
void (*close_display) (GstVaapiDisplay *display);
|
||||
void (*lock_display) (GstVaapiDisplay *display);
|
||||
|
|
|
@ -72,7 +72,6 @@ struct _GstVaapiDisplayX11 {
|
|||
/*< private >*/
|
||||
GstVaapiDisplay parent_instance;
|
||||
|
||||
/*< private >*/
|
||||
GstVaapiDisplayX11Private *priv;
|
||||
};
|
||||
|
||||
|
|
|
@ -88,7 +88,6 @@ struct _GstVaapiImage {
|
|||
/*< private >*/
|
||||
GObject parent_instance;
|
||||
|
||||
/*< private >*/
|
||||
GstVaapiImagePrivate *priv;
|
||||
};
|
||||
|
||||
|
|
|
@ -63,7 +63,6 @@ struct _GstVaapiImagePool {
|
|||
/*< private >*/
|
||||
GstVaapiVideoPool parent_instance;
|
||||
|
||||
/*< private >*/
|
||||
GstVaapiImagePoolPrivate *priv;
|
||||
};
|
||||
|
||||
|
|
|
@ -63,7 +63,6 @@ struct _GstVaapiSubpicture {
|
|||
/*< private >*/
|
||||
GObject parent_instance;
|
||||
|
||||
/*< private >*/
|
||||
GstVaapiSubpicturePrivate *priv;
|
||||
};
|
||||
|
||||
|
|
|
@ -107,7 +107,6 @@ struct _GstVaapiSurface {
|
|||
/*< private >*/
|
||||
GObject parent_instance;
|
||||
|
||||
/*< private >*/
|
||||
GstVaapiSurfacePrivate *priv;
|
||||
};
|
||||
|
||||
|
|
|
@ -63,7 +63,6 @@ struct _GstVaapiSurfacePool {
|
|||
/*< private >*/
|
||||
GstVaapiVideoPool parent_instance;
|
||||
|
||||
/*< private >*/
|
||||
GstVaapiSurfacePoolPrivate *priv;
|
||||
};
|
||||
|
||||
|
|
|
@ -65,7 +65,6 @@ struct _GstVaapiVideoBuffer {
|
|||
/*< private >*/
|
||||
GstBuffer parent_instance;
|
||||
|
||||
/*< private >*/
|
||||
GstVaapiVideoBufferPrivate *priv;
|
||||
};
|
||||
|
||||
|
|
|
@ -63,7 +63,6 @@ struct _GstVaapiVideoPool {
|
|||
/*< private >*/
|
||||
GObject parent_instance;
|
||||
|
||||
/*< private >*/
|
||||
GstVaapiVideoPoolPrivate *priv;
|
||||
};
|
||||
|
||||
|
@ -79,6 +78,7 @@ struct _GstVaapiVideoPoolClass {
|
|||
/*< private >*/
|
||||
GObjectClass parent_class;
|
||||
|
||||
/*< public >*/
|
||||
void (*set_caps) (GstVaapiVideoPool *pool, GstCaps *caps);
|
||||
gpointer (*alloc_object)(GstVaapiVideoPool *pool, GstVaapiDisplay *display);
|
||||
};
|
||||
|
|
|
@ -64,7 +64,6 @@ struct _GstVaapiWindow {
|
|||
/*< private >*/
|
||||
GObject parent_instance;
|
||||
|
||||
/*< private >*/
|
||||
GstVaapiWindowPrivate *priv;
|
||||
};
|
||||
|
||||
|
@ -83,6 +82,7 @@ struct _GstVaapiWindowClass {
|
|||
/*< private >*/
|
||||
GObjectClass parent_class;
|
||||
|
||||
/*< public >*/
|
||||
gboolean (*create) (GstVaapiWindow *window, guint *width, guint *height);
|
||||
void (*destroy)(GstVaapiWindow *window);
|
||||
gboolean (*show) (GstVaapiWindow *window);
|
||||
|
|
|
@ -64,7 +64,6 @@ struct _GstVaapiWindowX11 {
|
|||
/*< private >*/
|
||||
GstVaapiWindow parent_instance;
|
||||
|
||||
/*< private >*/
|
||||
GstVaapiWindowX11Private *priv;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue