cmmldec

cmmldec — Decodes CMML streams

Synopsis

                    GstCmmlDec;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstCmmlDec

Properties

  "wait-clip-end-time"       gboolean              : Read / Write

Description

Cmmldec extracts a CMML document from a CMML bitstream.CMML is an XML markup language for time-continuous data maintained by the Annodex Foundation.

Example pipeline

gst-launch -v filesrc location=annotated.ogg ! oggdemux ! cmmldec ! filesink location=annotations.cmml

Details

GstCmmlDec

typedef struct _GstCmmlDec GstCmmlDec;

Property Details

The "wait-clip-end-time" property

  "wait-clip-end-time"       gboolean              : Read / Write

Send a tag for a clip when the clip ends, setting its end-time. Use when you need to know both clip's start-time and end-time.

Default value: FALSE

See Also

cmmlenc, oggdemux