autovideosink

autovideosink — Wrapper video sink for automatically detected video sink

Synopsis

                    GstAutoVideoSink;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GstObject
               +----GstElement
                     +----GstBin
                           +----GstAutoVideoSink

Implemented Interfaces

GstAutoVideoSink implements GstChildProxy.

Properties

  "filter-caps"              GstCaps*              : Read / Write
  "ts-offset"                gint64                : Read / Write

Description

autovideosink is a video sink that automatically detects an appropriate video sink to use. It does so by scanning the registry for all elements that have Sink and Video in the class field of their element information, and also have a non-zero autoplugging rank.

Example launch line

1
2
3
4