jpegdec
jpegdec — Decode images from JPEG format
|
|
Object Hierarchy
GObject
+----GstObject
+----GstElement
+----GstJpegDec
Description
Element Information
plugin |
jpeg
|
author |
Wim Taymans <wim.taymans@tvd.be> |
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;
};