diff --git a/plugins/elements/gstinputselector.c b/plugins/elements/gstinputselector.c index 050844b6f2..7ef7be2be3 100644 --- a/plugins/elements/gstinputselector.c +++ b/plugins/elements/gstinputselector.c @@ -28,6 +28,25 @@ * * Direct one out of N input streams to the output pad. * + * The input pads are from a GstPad subclass and have additional + * properties, which users may find useful, namely: + * + * + * + * "running-time": Running time of stream on pad (#gint64) + * + * + * "tags": The currently active tags on the pad (#GstTagList, boxed type) + * + * + * "active": If the pad is currently active (#gboolean) + * + * + * "always-ok" : Make an inactive pads return #GST_FLOW_OK instead of + * #GST_FLOW_NOT_LINKED + * + * + * * Since: 0.10.32 */