![]() |
![]() |
![]() |
GStreamer Good Plugins 1.0 Plugins Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
This element decodes fli/flc/flx-video into raw video
plugin |
flxdec |
author |
Sepp Wijnands <mrrazz@garbage-coderz.net>, Zeeshan Ali <zeenix@gmail.com> |
class |
Codec/Decoder/Video |
name |
sink |
direction |
sink |
presence |
always |
details |
video/x-fli |
name |
src |
direction |
source |
presence |
always |
details |
video/x-raw-rgb, bpp=(int)32, depth=(int)24, endianness=(int)4321, red_mask=(int)65280, green_mask=(int)16711680, blue_mask=(int)-16777216, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ] |
struct GstFlxDec { GstElement element; GstPad *sinkpad,*srcpad; gboolean active, new_meta; guint8 *delta_data, *frame_data; GstAdapter *adapter; gulong size; GstFlxDecState state; gint64 frame_time; gint64 next_time; gint64 duration; FlxColorSpaceConverter *converter; FlxHeader hdr; };