GstAnalyticsCombinerSinkPad

GObject
    ╰──GInitiallyUnowned
        ╰──GstObject
            ╰──GstPad
                ╰──GstAggregatorPad
                    ╰──GstAnalyticsCombinerSinkPad

Properties

batch-strategy

“batch-strategy” Analytics-combiner-batch-strategy *

Batching strategy to use for this stream

Flags : Read / Write

Default value : all (0)


index

“index” guint

Index, must be consecutive and starting at 0 and is fixed up otherwise

Flags : Read / Write

Default value : 0


Named constants

Analytics-combiner-batch-strategy

Members
all (0) – All: Include all buffers that start inside the batch.
first-in-batch (1) – FirstInBatch: Include only the first buffer that starts inside the batch.
first-in-batch-with-overlap (2) – FirstInBatchWithOverlap: Include only the first buffer that starts inside the batch unless there was a previously unused buffer at most half a batch duration earlier. If no buffer is available, allow taking a buffer up to half a batch duration later. The buffer closest to the batch start is included.
last-in-batch (3) – LastInBatch: Include only the last buffer that starts inside the batch.

The results of the search are