| GStreamer Core Plugins 1.0 Plugins Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
GObject
+----GInitiallyUnowned
+----GstObject
+----GstElement
+----GstOutputSelector
"active-pad" GstPad* : Read / Write "pad-negotiation-mode" GstOutputSelectorPadNegotiationMode : Read / Write "resend-latest" gboolean : Read / Write
typedef enum {
GST_OUTPUT_SELECTOR_PAD_NEGOTIATION_MODE_NONE,
GST_OUTPUT_SELECTOR_PAD_NEGOTIATION_MODE_ALL,
GST_OUTPUT_SELECTOR_PAD_NEGOTIATION_MODE_ACTIVE
} GstOutputSelectorPadNegotiationMode;
To what output pad the input stream should be directed.
| don't propagate the input stream. | |
| direct input stream to all output pads. | |
| direct input stream to the currently active output pad as described by the "active-pad" property. |
"pad-negotiation-mode" property"pad-negotiation-mode" GstOutputSelectorPadNegotiationMode : Read / Write
The mode to be used for pad negotiation.
Default value: All