mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-04 22:48:54 +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 >*/
|
/*< private >*/
|
||||||
GObject parent_instance;
|
GObject parent_instance;
|
||||||
|
|
||||||
/*< private >*/
|
|
||||||
GstVaapiDisplayPrivate *priv;
|
GstVaapiDisplayPrivate *priv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -109,6 +108,7 @@ struct _GstVaapiDisplayClass {
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
GObjectClass parent_class;
|
GObjectClass parent_class;
|
||||||
|
|
||||||
|
/*< public >*/
|
||||||
gboolean (*open_display) (GstVaapiDisplay *display);
|
gboolean (*open_display) (GstVaapiDisplay *display);
|
||||||
void (*close_display) (GstVaapiDisplay *display);
|
void (*close_display) (GstVaapiDisplay *display);
|
||||||
void (*lock_display) (GstVaapiDisplay *display);
|
void (*lock_display) (GstVaapiDisplay *display);
|
||||||
|
|
|
@ -72,7 +72,6 @@ struct _GstVaapiDisplayX11 {
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
GstVaapiDisplay parent_instance;
|
GstVaapiDisplay parent_instance;
|
||||||
|
|
||||||
/*< private >*/
|
|
||||||
GstVaapiDisplayX11Private *priv;
|
GstVaapiDisplayX11Private *priv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -88,7 +88,6 @@ struct _GstVaapiImage {
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
GObject parent_instance;
|
GObject parent_instance;
|
||||||
|
|
||||||
/*< private >*/
|
|
||||||
GstVaapiImagePrivate *priv;
|
GstVaapiImagePrivate *priv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -63,7 +63,6 @@ struct _GstVaapiImagePool {
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
GstVaapiVideoPool parent_instance;
|
GstVaapiVideoPool parent_instance;
|
||||||
|
|
||||||
/*< private >*/
|
|
||||||
GstVaapiImagePoolPrivate *priv;
|
GstVaapiImagePoolPrivate *priv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -63,7 +63,6 @@ struct _GstVaapiSubpicture {
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
GObject parent_instance;
|
GObject parent_instance;
|
||||||
|
|
||||||
/*< private >*/
|
|
||||||
GstVaapiSubpicturePrivate *priv;
|
GstVaapiSubpicturePrivate *priv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -107,7 +107,6 @@ struct _GstVaapiSurface {
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
GObject parent_instance;
|
GObject parent_instance;
|
||||||
|
|
||||||
/*< private >*/
|
|
||||||
GstVaapiSurfacePrivate *priv;
|
GstVaapiSurfacePrivate *priv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -63,7 +63,6 @@ struct _GstVaapiSurfacePool {
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
GstVaapiVideoPool parent_instance;
|
GstVaapiVideoPool parent_instance;
|
||||||
|
|
||||||
/*< private >*/
|
|
||||||
GstVaapiSurfacePoolPrivate *priv;
|
GstVaapiSurfacePoolPrivate *priv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -65,7 +65,6 @@ struct _GstVaapiVideoBuffer {
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
GstBuffer parent_instance;
|
GstBuffer parent_instance;
|
||||||
|
|
||||||
/*< private >*/
|
|
||||||
GstVaapiVideoBufferPrivate *priv;
|
GstVaapiVideoBufferPrivate *priv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -63,7 +63,6 @@ struct _GstVaapiVideoPool {
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
GObject parent_instance;
|
GObject parent_instance;
|
||||||
|
|
||||||
/*< private >*/
|
|
||||||
GstVaapiVideoPoolPrivate *priv;
|
GstVaapiVideoPoolPrivate *priv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -79,6 +78,7 @@ struct _GstVaapiVideoPoolClass {
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
GObjectClass parent_class;
|
GObjectClass parent_class;
|
||||||
|
|
||||||
|
/*< public >*/
|
||||||
void (*set_caps) (GstVaapiVideoPool *pool, GstCaps *caps);
|
void (*set_caps) (GstVaapiVideoPool *pool, GstCaps *caps);
|
||||||
gpointer (*alloc_object)(GstVaapiVideoPool *pool, GstVaapiDisplay *display);
|
gpointer (*alloc_object)(GstVaapiVideoPool *pool, GstVaapiDisplay *display);
|
||||||
};
|
};
|
||||||
|
|
|
@ -64,7 +64,6 @@ struct _GstVaapiWindow {
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
GObject parent_instance;
|
GObject parent_instance;
|
||||||
|
|
||||||
/*< private >*/
|
|
||||||
GstVaapiWindowPrivate *priv;
|
GstVaapiWindowPrivate *priv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -83,6 +82,7 @@ struct _GstVaapiWindowClass {
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
GObjectClass parent_class;
|
GObjectClass parent_class;
|
||||||
|
|
||||||
|
/*< public >*/
|
||||||
gboolean (*create) (GstVaapiWindow *window, guint *width, guint *height);
|
gboolean (*create) (GstVaapiWindow *window, guint *width, guint *height);
|
||||||
void (*destroy)(GstVaapiWindow *window);
|
void (*destroy)(GstVaapiWindow *window);
|
||||||
gboolean (*show) (GstVaapiWindow *window);
|
gboolean (*show) (GstVaapiWindow *window);
|
||||||
|
|
|
@ -64,7 +64,6 @@ struct _GstVaapiWindowX11 {
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
GstVaapiWindow parent_instance;
|
GstVaapiWindow parent_instance;
|
||||||
|
|
||||||
/*< private >*/
|
|
||||||
GstVaapiWindowX11Private *priv;
|
GstVaapiWindowX11Private *priv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue