cairotimeoverlay

cairotimeoverlay — Overlays the time on a video stream

Synopsis

                    GstCairoTimeOverlay;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstBaseTransform
                     +----GstCairoTimeOverlay

Description

cairotimeoverlay renders the buffer timestamp for each frame on top of the frame.

Example launch line

gst-launch videotestsrc ! cairotimeoverlay ! autovideosink

Details

GstCairoTimeOverlay

typedef struct _GstCairoTimeOverlay GstCairoTimeOverlay;