]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer-1.0: Make Gst.Uri a sealed class
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 30 Oct 2021 07:34:37 +0000 (09:34 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 30 Oct 2021 10:46:45 +0000 (12:46 +0200)
vapi/gstreamer-1.0.vapi
vapi/metadata/Gst-1.0.metadata

index bb9f5b77ef4ac78430917841f3ce32c212d89d79..457aab3a473b4c30dbbbae878eed46093aa65033 100644 (file)
@@ -2752,8 +2752,7 @@ namespace Gst {
                public bool has_function ();
        }
        [CCode (cheader_filename = "gst/gst.h", ref_function = "gst_uri_ref", type_id = "gst_uri_get_type ()", unref_function = "gst_uri_unref")]
-       [Compact]
-       public class Uri {
+       public sealed class Uri {
                [CCode (has_construct_function = false)]
                [Version (since = "1.6")]
                public Uri (string? scheme, string? userinfo, string? host, uint port, string? path, string? query, string? fragment);
index a6f9c93b5d9dafce5d4379a153a457f77a2120d1..db4d53fdbd50dfdfeb6444c0cbcf8806acf865a6 100644 (file)
@@ -291,6 +291,8 @@ formats_contains parent="Gst.Format" name="contains"
 // Structs as generic type arguments
 ElementFactory.get_static_pad_templates type_arguments="Gst.StaticPadTemplate?"
 
+Uri compact=false sealed
+
 // Custom
 Buffer
   .copy_into skip