]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer-1.0: Fix TypeFind and TypeFindFactory method references
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 27 Mar 2019 23:02:59 +0000 (00:02 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 10 Apr 2019 13:20:01 +0000 (15:20 +0200)
vapi/gstreamer-1.0.vapi
vapi/metadata/Gst-1.0.metadata

index 4cb4e37de8fc3f8411c14105e878145de0cb061f..c947e85578678372c2d77443a88d643ccd1641ef 100644 (file)
@@ -2468,7 +2468,7 @@ namespace Gst {
                [CCode (has_construct_function = false)]
                protected TracerRecord ();
        }
-       [CCode (cheader_filename = "gst/gst.h", type_id = "gst_type_find_factory_get_type ()")]
+       [CCode (cheader_filename = "gst/gst.h", lower_case_csuffix = "type_find_factory", type_id = "gst_type_find_factory_get_type ()")]
        public class TypeFindFactory : Gst.PluginFeature {
                [CCode (has_construct_function = false)]
                protected TypeFindFactory ();
@@ -2823,7 +2823,7 @@ namespace Gst {
                public Gst.ClockTime timestamp;
                public double value;
        }
-       [CCode (cheader_filename = "gst/gst.h", has_type_id = false)]
+       [CCode (cheader_filename = "gst/gst.h", has_type_id = false, lower_case_csuffix = "type_find")]
        public struct TypeFind {
                public void* data;
                public static GLib.Type get_type ();
index dbafd3687eba98ac7ce15df9582cedf2df45fcf2..1db771959213414103a97b2f5d26fcd072db78f8 100644 (file)
@@ -237,6 +237,7 @@ ControlSource
   .get_value_array#field name="get_value_array_func"
   .control_source_get_value name="get_value"
   .control_source_get_value_array name="get_value_array"
+TypeFind lower_case_csuffix="type_find"
 
 // Backwards compatibility
 Structure.new_from_string skip