jpegparse

jpegparse — JPEG parser

Synopsis

struct              GstJpegParse;

struct              GstJpegParseClass;
#define             GST_JPEG_PARSE                      (obj)
#define             GST_JPEG_PARSE_CLASS                (klass)
#define             GST_IS_JPEG_PARSE                   (obj)
#define             GST_IS_JPEG_PARSE_CLASS             (klass)
#define             GST_TYPE_JPEG_PARSE
GType               gst_jpeg_parse_get_type             (void);

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstJpegParse

Description

Parses a JPEG stream into JPEG images. It looks for EOI boundaries to split a continuous stream into single-frame buffers. Also reads the image header searching for image properties such as width and height among others. Jpegparse can also extract metadata (e.g. xmp).

Example launch line

1
2
3
4