output-selector

output-selector — 1-to-N output stream selector

Synopsis

                    GstOutputSelector;

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GstObject
               +----GstElement
                     +----GstOutputSelector

Properties

  "active-pad"               GstPad*               : Read / Write
  "resend-latest"            gboolean              : Read / Write
  "pad-negotiation-mode"     GstOutputSelectorPadNegotiationMode  : Read / Write

Description

Direct input stream to one out of N output pads.

Details

GstOutputSelector

typedef struct _GstOutputSelector GstOutputSelector;

Property Details

The "active-pad" property

  "active-pad"               GstPad*               : Read / Write

Currently active src pad.


The "resend-latest" property

  "resend-latest"            gboolean              : Read / Write

Resend latest buffer after a switch to a new pad.

Default value: FALSE


The "pad-negotiation-mode" property

  "pad-negotiation-mode"     GstOutputSelectorPadNegotiationMode  : Read / Write

The mode to be used for pad negotiation.

Default value: All

See Also

GstOutputSelector, GstInputSelector