gi-gstvideo-1.0.21: GStreamerVideo bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.GstVideo.Objects.VideoAggregator

Contents

Description

VideoAggregator can accept AYUV, ARGB and BGRA video streams. For each of the requested sink pads it will compare the incoming geometry and framerate to define the output parameters. Indeed output video frames will have the geometry of the biggest incoming video stream and the framerate of the fastest incoming one.

VideoAggregator will do colorspace conversion.

Zorder for each input stream can be configured on the VideoAggregatorPad.

Synopsis

Exported types

class (GObject o, IsDescendantOf VideoAggregator o) => IsVideoAggregator o Source #

Type class for types which can be safely cast to VideoAggregator, for instance with toVideoAggregator.

toVideoAggregator :: (MonadIO m, IsVideoAggregator o) => o -> m VideoAggregator Source #

Cast to VideoAggregator, for types for which this is known to be safe. For general casts, use castTo.