mimdec

mimdec — Mimic decoder

Synopsis

                    GstMimDec;

Description

The MIMIC codec is used by MSN Messenger's webcam support. It consumes the TCP header for the MIMIC codec.

Its fourcc is ML20.

Details

GstMimDec

typedef struct {
  GstElement element;

  GstPad *sinkpad, *srcpad;

  /* Protected by stream lock */
  GstAdapter *adapter;

  /* Protected by object lock */
  MimCtx *dec;

  gint buffer_size;
  gboolean have_header;
  guint32 payload_size;
  guint32 current_ts;

  gboolean need_newsegment;
} GstMimDec;

See Also

mimenc