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.VideoFilter

Contents

Description

Provides useful functions and a base class for video filters.

The videofilter will by default enable QoS on the parent GstBaseTransform to implement frame dropping.

Synopsis

Exported types

newtype VideoFilter Source #

Memory-managed wrapper type.

class (GObject o, IsDescendantOf VideoFilter o) => IsVideoFilter o Source #

Type class for types which can be safely cast to VideoFilter, for instance with toVideoFilter.

Instances
(GObject o, IsDescendantOf VideoFilter o) => IsVideoFilter o Source # 
Instance details

Defined in GI.GstVideo.Objects.VideoFilter

toVideoFilter :: (MonadIO m, IsVideoFilter o) => o -> m VideoFilter Source #

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