Top | ![]() |
![]() |
![]() |
![]() |
GESEffectClipGESEffectClip — An effect created by parse-launch style bin descriptions in a GESLayer |
gchar * | audio-bin-description | Read / Write / Construct Only |
gchar * | video-bin-description | Read / Write / Construct Only |
GObject ╰── GInitiallyUnowned ╰── GESTimelineElement ╰── GESContainer ╰── GESClip ╰── GESOperationClip ╰── GESBaseEffectClip ╰── GESEffectClip
The effect will be applied on the sources that have lower priorities (higher number) between the inpoint and the end of it.
GESEffectClip * ges_effect_clip_new (const gchar *video_bin_description
,const gchar *audio_bin_description
);
Creates a new GESEffectClip from the description of the bin.
“audio-bin-description”
property “audio-bin-description” gchar *
The description of the audio track of the effect bin with a gst-launch-style pipeline description. This should be used for test purposes.
Example: "audiopanorama panorama=1.0"
Flags: Read / Write / Construct Only
Default value: NULL
“video-bin-description”
property “video-bin-description” gchar *
The description of the video track of the effect bin with a gst-launch-style pipeline description. This should be used for test purposes.
Example: "videobalance saturation=1.5 hue=+0.5"
Flags: Read / Write / Construct Only
Default value: NULL