![]() |
![]() |
![]() |
GStreamer Editing Services 0.10.1.1 Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
GESTimelineParseLaunchEffectGESTimelineParseLaunchEffect — An effect created by parse-launch style bin descriptions in a GESTimelineLayer |
#include <ges/ges.h> GESTimelineParseLaunchEffect; GESTimelineParseLaunchEffect * ges_timeline_parse_launch_effect_new (const gchar *video_bin_description
,const gchar *audio_bin_description
);
GObject +----GInitiallyUnowned +----GESTimelineObject +----GESTimelineOperation +----GESTimelineEffect +----GESTimelineParseLaunchEffect
"audio-bin-description" gchar* : Read / Write / Construct Only "video-bin-description" gchar* : Read / Write / Construct Only
Should be used mainly for testing purposes.
The effect will be applied on the sources that have lower priorities (higher number) between the inpoint and the end of it.
In a GESSimpleTimelineLayer, the priorities will be set for you but if you use another type of GESTimelineLayer, you will have to handle it yourself.
typedef struct _GESTimelineParseLaunchEffect GESTimelineParseLaunchEffect;
GESTimelineParseLaunchEffect * ges_timeline_parse_launch_effect_new (const gchar *video_bin_description
,const gchar *audio_bin_description
);
Creates a new GESTimelineParseLaunchEffect from the description of the bin.
|
The gst-launch like bin description of the effect |
|
The gst-launch like bin description of the effect |
Returns : |
a newly created GESTimelineParseLaunchEffect, or
NULL if something went wrong. [transfer full]
|
"audio-bin-description"
property"audio-bin-description" gchar* : Read / Write / Construct Only
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"
Default value: NULL
"video-bin-description"
property"video-bin-description" gchar* : Read / Write / Construct Only
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"
Default value: NULL