uridecodebin

uridecodebin — decoder for an uri

Synopsis




enum        GstAutoplugSelectResult;

Description

Decodes data from a URI into raw media.

Element Information

plugin uridecodebin
author Wim Taymans <wim.taymans@gmail.com>
class Generic/Bin/Decoder

Element Pads

name src%d
direction source
presence sometimes
details ANY

Details

enum GstAutoplugSelectResult

typedef enum {
  GST_AUTOPLUG_SELECT_TRY,
  GST_AUTOPLUG_SELECT_EXPOSE,
  GST_AUTOPLUG_SELECT_SKIP
} GstAutoplugSelectResult;

return values for the autoplug-select signal.

GST_AUTOPLUG_SELECT_TRY try to autoplug the current factory
GST_AUTOPLUG_SELECT_EXPOSE expose the pad as a raw stream
GST_AUTOPLUG_SELECT_SKIP skip the current factory