edgetv

edgetv — Apply edge detect on video

Synopsis

                    GstEdgeTV;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GstObject
               +----GstElement
                     +----GstBaseTransform
                           +----GstVideoFilter
                                 +----GstEdgeTV

Description

EdgeTV detects edges and display it in good old low resolution computer way.

Example launch line

1
gst-launch-1.0 -v videotestsrc ! edgetv ! videoconvert ! autovideosink
This pipeline shows the effect of edgetv on a test stream.

Details

GstEdgeTV

typedef struct _GstEdgeTV GstEdgeTV;