liveadder

liveadder

Properties

guint latency Read / Write

Types and Values

struct GstLiveAdder

Object Hierarchy

    GObject
    ╰── GstObject
        ╰── GstElement
            ╰── GstLiveAdder

Description

The live adder allows to mix several streams into one by adding the data. Mixed data is clamped to the min/max values of the data format.

Unlike the adder, the liveadder mixes the streams according the their timestamps and waits for some milli-seconds before trying doing the mixing.

Last reviewed on 2008-02-10 (0.10.11)

Functions

Types and Values

struct GstLiveAdder

struct GstLiveAdder;

The adder object structure.

Property Details

The “latency” property

  “latency”                  guint

Amount of data to buffer.

Flags: Read / Write

Default value: 60

See Also

adder