diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2019-01-16 21:08:59 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2019-01-16 21:09:26 +0100 |
commit | 2c8858473e27b2e4c7e9169fc531819f4924b0a1 (patch) | |
tree | 6a49dffe35d81ab1a9ad172818acd971e196324a /vapi/gst-editing-services-1.0.vapi | |
parent | 92ba4e178723b1aa6404da556c79b08abe5eaf05 (diff) | |
download | vala-2c8858473e27b2e4c7e9169fc531819f4924b0a1.tar.gz |
gstreamer: Update from 1.15+ git master
Diffstat (limited to 'vapi/gst-editing-services-1.0.vapi')
-rw-r--r-- | vapi/gst-editing-services-1.0.vapi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vapi/gst-editing-services-1.0.vapi b/vapi/gst-editing-services-1.0.vapi index 71dc0f644..32187ca8f 100644 --- a/vapi/gst-editing-services-1.0.vapi +++ b/vapi/gst-editing-services-1.0.vapi @@ -283,6 +283,7 @@ namespace GES { public Gst.Element video_sink { owned get; set; } } [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)] public PitiviFormatter (); @@ -1051,6 +1052,8 @@ namespace GES { [CCode (cheader_filename = "ges/ges.h")] public static bool init_check ([CCode (array_length_cname = "argc", array_length_pos = 0.5)] ref string[]? argv) throws GLib.Error; [CCode (cheader_filename = "ges/ges.h")] + public static bool is_initialized (); + [CCode (cheader_filename = "ges/ges.h")] public static GLib.List<weak GES.Asset> list_assets (GLib.Type filter); [CCode (cheader_filename = "ges/ges.h")] public static Gst.Sample play_sink_convert_frame (Gst.Element playsink, Gst.Caps caps); |