]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer: Update from 1.15.2+ git master
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 16 Mar 2019 16:34:22 +0000 (17:34 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 16 Mar 2019 16:37:05 +0000 (17:37 +0100)
vapi/gstreamer-1.0.vapi
vapi/gstreamer-pbutils-1.0.vapi
vapi/gstreamer-video-1.0.vapi

index 2e4ba676cd81d8a7799561faa6aa487385400824..71322f5b1598cf0ff96bc9e7860b566516020be1 100644 (file)
@@ -1250,7 +1250,7 @@ namespace Gst {
                public Gst.Context? get_context_unlocked (string context_type);
                [Version (since = "1.8")]
                public GLib.List<Gst.Context> get_contexts ();
-               public unowned Gst.ElementFactory get_factory ();
+               public unowned Gst.ElementFactory? get_factory ();
                [Version (since = "1.14")]
                public unowned string get_metadata (string key);
                [Version (since = "1.14")]
index d12972ff7f07001879dccc1daf1f222ce7ec283c..62026add864b641390e734f7202449f32add0e27 100644 (file)
@@ -69,6 +69,8 @@ namespace Gst {
                        public void stop ();
                        [NoAccessorMethod]
                        public uint64 timeout { get; set construct; }
+                       [NoAccessorMethod]
+                       public bool use_cache { get; set construct; }
                        public virtual signal void discovered (Gst.PbUtils.DiscovererInfo info, GLib.Error? err);
                        public virtual signal void finished ();
                        public virtual signal void source_setup (Gst.Element source);
index 31d98c726d6a46c4c44322e1027ab24333e943af..e5c87101fbe862b00dbc73a77eee6d5908d1cca3 100644 (file)
@@ -909,7 +909,11 @@ namespace Gst {
                        SMPTE240M,
                        FILM,
                        BT2020,
-                       ADOBERGB
+                       ADOBERGB,
+                       SMPTEST428,
+                       SMPTERP431,
+                       SMPTEEG432,
+                       EBU3213
                }
                [CCode (cheader_filename = "gst/video/video.h", cprefix = "GST_VIDEO_COLOR_RANGE_", type_id = "gst_video_color_range_get_type ()")]
                [GIR (name = "VideoColorRange")]