GESEffect
GESEffect — adds an effect build from a parse-launch style
bin description to a stream in a GESSourceClip or a GESLayer
|
|
Includes
#include <ges/ges.h>
Functions
ges_effect_new ()
GESEffect *
ges_effect_new (const gchar *bin_description
);
Creates a new GESEffect from the description of the bin.
Returns
a newly created GESEffect, or NULL
if something went
wrong.
Types and Values
GESEffect
typedef struct _GESEffect GESEffect;
Property Details
The “bin-description”
property
“bin-description” gchar *
The description of the effect bin with a gst-launch-style
pipeline description.
Example: "videobalance saturation=1.5 hue=+0.5"
Flags: Read / Write / Construct Only
Default value: NULL