From c27c11582e61ea876558cb81d2545d1f0717f075 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Tue, 9 Oct 2012 22:54:48 -0300 Subject: [PATCH] eglglessink: Documentation: GstEglGlesImageFmt struct --- ext/eglgles/gsteglglessink.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ext/eglgles/gsteglglessink.h b/ext/eglgles/gsteglglessink.h index 60d1775e86..4baeba5280 100644 --- a/ext/eglgles/gsteglglessink.h +++ b/ext/eglgles/gsteglglessink.h @@ -152,6 +152,15 @@ struct _GstEglGlesRenderContext 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 { gint fmt; /* Private identifier */