GStreamer Filters Library Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
#include <gst/filters/gst-bin-filter.h>
GstBinFilter;
GstBinFilter * gst_bin_filter_new (const gchar *description
);
This filter will let you insert any kind of custom bin inside your pipeline or in the middle of your GstFilterManager.
GstBinFilter * gst_bin_filter_new (const gchar *description
);
Creates a new bin filter.
The bin filter will insert a custom pipeline as defined by the bin
description
in the pipeline whenever the filter gets applied
|
The bin description to apply |
Returns : |
A new GstBinFilter |
"description"
property"description" gchar* : Read / Write
The bin description to be added to the pipeline when the filter is applied
Default value: NULL