videomaxrate

videomaxrate

Properties

guint64 average-period Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GstObject
        ╰── GstElement
            ╰── GstBaseTransform
                ╰── GstVideoMaxRate

Description

This object will drop buffers that go beyond a certain buffer rate (ie frame rate). It should work with any kind of data where each buffer is independent. This currently means raw video frames and still image formats.

The framerate is computed using a moving average. The period over which this average is computed is configurable using the "average-period" property.

Functions

Types and Values

struct GstVideoMaxRate

struct GstVideoMaxRate;

Property Details

The “average-period” property

  “average-period”           guint64

Period over which to average the framerate (in ns).

Flags: Read / Write

Allowed values: [1,G_MAXLONG]

Default value: 1000000000

See Also

videorate