jpegdec
jpegdec — Decode images from JPEG format
|
|
Object Hierarchy
GObject
+----GInitiallyUnowned
+----GstObject
+----GstElement
+----GstJpegDec
Description
Synopsis
Element Information
plugin |
jpeg
|
author |
Wim Taymans <wim@fluendo.com> |
class |
Codec/Decoder/Image |
Element Pads
name |
sink |
direction |
sink |
presence |
always |
details |
image/jpeg, width=(int)[ 1, 65535 ], height=(int)[ 1, 65535 ], framerate=(fraction)[ 0/1, 2147483647/1 ], sof-marker=(int){ 0, 1, 2, 5, 6, 7, 9, 10, 13, 14 } |
name |
src |
direction |
source |
presence |
always |
details |
video/x-raw, format=(string){ I420, RGB, BGR, RGBx, xRGB, BGRx, xBGR, GRAY8 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ] |
Details
struct GstJpegDec
struct GstJpegDec;
Property Details
The "idct-method"
property
"idct-method" GstIDCTMethod : Read / Write
The IDCT algorithm to use.
Default value: Faster, less accurate integer method
The "max-errors"
property
"max-errors" gint : Read / Write
Error out after receiving N consecutive decoding errors (-1 = never fail, 0 = automatic, 1 = fail on first error).
Allowed values: >= G_MAXULONG
Default value: 0