autovideosrc

autovideosrc — Wrapper video source for automatically detected video source

Synopsis

                    GstAutoVideoSrc;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GstObject
               +----GstElement
                     +----GstBin
                           +----GstAutoVideoSrc

Implemented Interfaces

GstAutoVideoSrc implements GstChildProxy.

Properties

  "filter-caps"              GstCaps*              : Read / Write

Description

autovideosrc is a video src that automatically detects an appropriate video source to use. It does so by scanning the registry for all elements that have Source 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