jpegdec

jpegdec — Decode images from JPEG format

Synopsis




                    GstJpegDec;
struct              GstJpegDecErrorMgr;
struct              GstJpegDecSourceMgr;

Object Hierarchy


  GObject
   +----GstObject
         +----GstOsxAudioSink
               +----GstJpegDec

Properties


  "idct-method"              GstIDCTMethod         : Read / Write

Description

Element Information

plugin jpeg
author Wim Taymans <wim@fluendo.com>
class Codec/Decoder/Image

Details

GstJpegDec

typedef struct _GstJpegDec GstJpegDec;


struct GstJpegDecErrorMgr

struct GstJpegDecErrorMgr {
  struct jpeg_error_mgr    pub;   /* public fields */
  jmp_buf                  setjmp_buffer;
};


struct GstJpegDecSourceMgr

struct GstJpegDecSourceMgr {
  struct jpeg_source_mgr   pub;   /* public fields */
  GstJpegDec              *dec;
};

Property Details

The "idct-method" property

  "idct-method"              GstIDCTMethod         : Read / Write

The IDCT algorithm to use.

Default value: Faster, less accurate integer method