cairotimeoverlay — Overlays the time on a video stream
GstCairoTimeOverlay;
typedef struct { GstBaseTransform basetransform; gint width, height; cairo_surface_t *surface; cairo_t *cr; int text_height; } GstCairoTimeOverlay;