GstGLColorConvert

GstGLColorConvert

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GstObject
            ╰── GstGLColorConvert

Description

Functions

gst_gl_color_convert_new ()

GstGLColorConvert *
gst_gl_color_convert_new (GstGLContext *context);

gst_gl_color_convert_set_caps ()

gboolean
gst_gl_color_convert_set_caps (GstGLColorConvert *convert,
                               GstCaps *in_caps,
                               GstCaps *out_caps);

gst_gl_color_convert_transform_caps ()

GstCaps *
gst_gl_color_convert_transform_caps (GstGLContext *convert,
                                     GstPadDirection direction,
                                     GstCaps *caps,
                                     GstCaps *filter);

gst_gl_color_convert_fixate_caps ()

GstCaps *
gst_gl_color_convert_fixate_caps (GstGLContext *convert,
                                  GstPadDirection direction,
                                  GstCaps *caps,
                                  GstCaps *other);

gst_gl_color_convert_decide_allocation ()

gboolean
gst_gl_color_convert_decide_allocation
                               (GstGLColorConvert *convert,
                                GstQuery *query);

gst_gl_color_convert_perform ()

GstBuffer *
gst_gl_color_convert_perform (GstGLColorConvert *convert,
                              GstBuffer *inbuf);

Types and Values

GST_GL_COLOR_CONVERT_FORMATS

#define             GST_GL_COLOR_CONVERT_FORMATS

GST_GL_COLOR_CONVERT_VIDEO_CAPS

#define             GST_GL_COLOR_CONVERT_VIDEO_CAPS

GstGLColorConvert

typedef struct _GstGLColorConvert GstGLColorConvert;

GstGLColorConvertClass

typedef struct {
  GstObjectClass object_class;
} GstGLColorConvertClass;