imagefreeze

imagefreeze — Generates a still frame stream from an image

Synopsis

                    GstImageFreeze;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstImageFreeze

Description

The imagefreeze element generates a still frame video stream from the input. It duplicates the first frame with the framerate requested by downstream, allows seeking and answers queries.

Example launch line

gst-launch -v filesrc location=some.png ! decodebin2 ! imagefreeze ! autovideosink
This pipeline shows a still frame stream of a PNG file.

Details

GstImageFreeze

typedef struct _GstImageFreeze GstImageFreeze;