[CCode (has_construct_function = false)]
protected CommandLineFormatter ();
public static string get_help (int nargs, string commands);
+ [Version (since = "1.20")]
+ public static string get_timeline_uri (GES.Timeline timeline);
}
[CCode (cheader_filename = "ges/ges.h", type_id = "ges_container_get_type ()")]
public abstract class Container : GES.TimelineElement, GES.Extractable, GES.MetaContainer {
public BufferPool ();
public virtual Gst.FlowReturn acquire_buffer (out Gst.Buffer buffer, Gst.BufferPoolAcquireParams? @params);
[NoWrapper]
- public virtual Gst.FlowReturn alloc_buffer (Gst.Buffer buffer, Gst.BufferPoolAcquireParams @params);
+ public virtual Gst.FlowReturn alloc_buffer (out Gst.Buffer buffer, Gst.BufferPoolAcquireParams? @params);
public static void config_add_option (Gst.Structure config, string option);
public static bool config_get_allocator (Gst.Structure config, out unowned Gst.Allocator? allocator, out unowned Gst.AllocationParams @params);
public static unowned string? config_get_option (Gst.Structure config, uint index);
[Version (since = "1.4")]
public static bool config_validate_params (Gst.Structure config, Gst.Caps? caps, uint size, uint min_buffers, uint max_buffers);
[NoWrapper]
+ [Version (since = "1.4")]
public virtual void flush_start ();
[NoWrapper]
+ [Version (since = "1.4")]
public virtual void flush_stop ();
[NoWrapper]
public virtual void free_buffer (Gst.Buffer buffer);
META,
MEMORY,
MERGE,
+ [Version (since = "1.2")]
DEEP
}
[CCode (cheader_filename = "gst/gst.h", cprefix = "GST_BUFFER_FLAG_", type_id = "gst_buffer_flags_get_type ()")]
[NoWrapper]
public virtual void flush (bool hard);
public void get_allocator (out Gst.Allocator allocator, out Gst.AllocationParams @params);
- public Gst.Audio.Info get_audio_info ();
+ public unowned Gst.Audio.Info get_audio_info ();
public int get_delay ();
public bool get_drainable ();
public int get_estimate_rate ();
[NoWrapper]
public virtual void flush ();
public void get_allocator (out Gst.Allocator allocator, out Gst.AllocationParams @params);
- public Gst.Audio.Info get_audio_info ();
+ public unowned Gst.Audio.Info get_audio_info ();
public bool get_drainable ();
public int get_frame_max ();
public int get_frame_samples_max ();
public static Gst.PbUtils.EncodingProfile from_discoverer (Gst.PbUtils.DiscovererInfo info);
public bool get_allow_dynamic_output ();
public unowned string get_description ();
+ [Version (since = "1.20")]
+ public Gst.Structure? get_element_properties ();
public unowned string get_file_extension ();
public Gst.Caps get_format ();
public Gst.Caps get_input_caps ();
public bool is_equal (Gst.PbUtils.EncodingProfile b);
public void set_allow_dynamic_output (bool allow_dynamic_output);
public void set_description (string? description);
+ [Version (since = "1.20")]
+ public void set_element_properties (owned Gst.Structure element_properties);
[Version (since = "1.6")]
public void set_enabled (bool enabled);
public void set_format (Gst.Caps format);
public void set_restriction (owned Gst.Caps? restriction);
[Version (since = "1.18")]
public void set_single_segment (bool single_segment);
+ [Version (since = "1.20")]
+ public Gst.Structure element_properties { owned get; owned set; }
[NoAccessorMethod]
public Gst.Caps restriction_caps { owned get; set; }
}