cmmldec
cmmldec — Decodes CMML streams
|
|
Object Hierarchy
GObject
+----GstObject
+----GstElement
+----GstCmmlDec
Description
Example pipeline
Cmmldec extracts a CMML document from a CMML bitstream.CMML is
an XML markup language for time-continuous data maintained by the Annodex Foundation.
gst-launch -v filesrc location=annotated.ogg ! oggdemux ! cmmldec ! filesink location=annotations.cmml
Synopsis
Element Information
plugin |
annodex
|
author |
Alessandro Decina <alessandro@nnva.org> |
class |
Codec/Decoder |
Element Pads
name |
sink |
direction |
sink |
presence |
always |
details |
text/x-cmml, encoded=(boolean)true |
name |
src |
direction |
source |
presence |
always |
details |
text/x-cmml, encoded=(boolean)false |
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