| 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.
“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"
Owner: GESEffectClip
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"
Owner: GESEffectClip
Flags: Read / Write / Construct Only
Default value: NULL