uridecodebin

uridecodebin — Autoplug and decode an URI to raw media

Synopsis

enum                GstAutoplugSelectResult;

Description

Decodes data from a URI into raw media. It selects a source element that can handle the given "uri" scheme and connects it to a decodebin2.

Synopsis

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