mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
eglglessink: Documentation: GstEglGlesImageFmt struct
This commit is contained in:
parent
945b11fd02
commit
c27c11582e
1 changed files with 9 additions and 0 deletions
|
@ -152,6 +152,15 @@ struct _GstEglGlesRenderContext
|
||||||
unsigned int position_buffer, texpos_buffer, index_buffer;
|
unsigned int position_buffer, texpos_buffer, index_buffer;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*
|
||||||
|
* GstEglGlesImageFmt:
|
||||||
|
* @fmt: Internal identifier for the EGL attribs / GST caps pairing
|
||||||
|
* @attribs: Pointer to the set of EGL attributes asociated with this format
|
||||||
|
* @caps: Pointer to the GST caps asociated with this format
|
||||||
|
*
|
||||||
|
* This struct holds a pairing between GST caps and the matching EGL attributes
|
||||||
|
* associated with a given pixel format
|
||||||
|
*/
|
||||||
struct _GstEglGlesImageFmt
|
struct _GstEglGlesImageFmt
|
||||||
{
|
{
|
||||||
gint fmt; /* Private identifier */
|
gint fmt; /* Private identifier */
|
||||||
|
|
Loading…
Reference in a new issue