$(GENVAPI) --library $(srcdir)/gstreamer-webrtc-1.0 --pkg gstreamer-base-1.0 --pkg gstreamer-sdp-1.0 --metadatadir $(METADATADIR) $(GIRDIR)/GstWebRTC-1.0.gir
gst-editing-services-1.0:
- $(GENVAPI) --library $(srcdir)/gst-editing-services-1.0 --pkg gstreamer-pbutils-1.0 --pkg gstreamer-video-1.0 --metadatadir $(METADATADIR) $(GIRDIR)/GES-1.0.gir
+ $(GENVAPI) --library $(srcdir)/gst-editing-services-1.0 --pkg gstreamer-pbutils-1.0 --pkg gstreamer-video-1.0 --metadatadir $(METADATADIR) $(METADATADIR)/GES-1.0-custom.vala $(GIRDIR)/GES-1.0.gir
gtk+-2.0:
$(GENVAPI) --library $(srcdir)/gtk+-2.0 $(PACKAGESDIR)/gtk+-2.0/gtk+-2.0-custom.vala $(PACKAGESDIR)/gtk+-2.0/gtk+-2.0.gi
[Version (since = "1.18")]
public bool register_time_property (string child_property_name);
[Version (since = "1.18")]
- public bool set_time_translation_funcs (GES.BaseEffectTimeTranslationFunc? source_to_sink_func, owned GES.BaseEffectTimeTranslationFunc? sink_to_source_func);
+ public bool set_time_translation_funcs ([CCode (delegate_target_pos = 2.33333, destroy_notify_pos = 2.66667)] owned GES.BaseEffectTimeTranslationFunc? source_to_sink_func, [CCode (delegate_target_pos = 2.33333, destroy_notify_pos = 2.66667)] owned GES.BaseEffectTimeTranslationFunc? sink_to_source_func);
}
[CCode (cheader_filename = "ges/ges.h", type_id = "ges_base_effect_clip_get_type ()")]
public abstract class BaseEffectClip : GES.OperationClip, GES.Extractable, GES.MetaContainer {
[CCode (cheader_filename = "ges/ges.h", type_id = "ges_pitivi_formatter_get_type ()")]
[Version (deprecated = true, deprecated_since = "1.0")]
public class PitiviFormatter : GES.Formatter, GES.Extractable {
- [CCode (has_construct_function = false)]
+ [CCode (cheader_filename = "ges/ges-pitivi-formatter.h", has_construct_function = false)]
public PitiviFormatter ();
}
[CCode (cheader_filename = "ges/ges.h", type_id = "ges_project_get_type ()")]
--- /dev/null
+namespace GES {
+ public abstract class BaseEffect : GES.Operation {
+ [Version (since = "1.18")]
+ public bool set_time_translation_funcs ([CCode (delegate_target_pos = 2.33333, destroy_notify_pos = 2.66667)] owned GES.BaseEffectTimeTranslationFunc? source_to_sink_func, [CCode (delegate_target_pos = 2.33333, destroy_notify_pos = 2.66667)] owned GES.BaseEffectTimeTranslationFunc? sink_to_source_func);
+ }
+}
Asset
.request_async symbol_type="constructor"
.request symbol_type="constructor"
+BaseEffect
+ .set_time_translation_funcs skip
+PitiviFormatter
+ .new cheader_filename="ges/ges-pitivi-formatter.h"
Timeline
.tracks type_arguments="GES.Track"
UriClipAsset