![]() |
![]() |
![]() |
GStreamer Bad Plugins 0.10 Plugins Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Properties |
The MIMIC codec is used by MSN Messenger's webcam support. It creates the TCP header for the MIMIC codec.
Its fourcc is ML20.
typedef struct { GstElement element; GstPad *sinkpad, *srcpad; /* Protected by the object lock */ MimCtx *enc; MimicResEnum res; gint buffer_size; guint32 frames; guint16 height, width; gboolean paused_mode; GstSegment segment; gboolean need_newsegment; GstClockTime last_buffer; GstClockID clock_id; gboolean stop_paused_mode; } GstMimEnc;
"paused-mode"
property"paused-mode" gboolean : Read / Write
If enabled, empty frames will be generated every 4 seconds when no data is received.
Default value: FALSE