gi-gsttag-1.0.12: GStreamer Tag bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.GstTag.Objects.TagMux

Contents

Description

<refsect2> <para> Provides a base class for adding tags at the beginning or end of a stream. </para> <title>Deriving from GstTagMux</title> <para> Subclasses have to do the following things: <itemizedlist> <listitem><para> In their base init function, they must add pad templates for the sink pad and the source pad to the element class, describing the media type they accept and output in the caps of the pad template. </para></listitem> <listitem><para> In their class init function, they must override the GST_TAG_MUX_CLASS(mux_klass)->render_start_tag and/or GST_TAG_MUX_CLASS(mux_klass)->render_end_tag vfuncs and set up a render function. </para></listitem> </itemizedlist> </para> </refsect2>

Synopsis

Exported types

newtype TagMux Source #

Constructors

TagMux (ManagedPtr TagMux) 

Instances