]> 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 14:26:19 +0000 (16:26 +0200)
vapi/gstreamer-1.0.vapi
vapi/metadata/Gst-1.0.metadata

index 5c50b150020f0be84b6abbb9bc9956d5f78143a2..6915a7e24c7e7d0b28a76fb40688c11bb65e792f 100644 (file)
@@ -2547,7 +2547,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 ();
@@ -2912,7 +2912,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 fce6fbc2f8c0aab6d237f411c44fc35bde7c233d..2674b3685bfe3b668915937ab152bf3298c7f63c 100644 (file)
@@ -244,6 +244,7 @@ ElementClass
   .get_metadata#method name="class_get_metadata"
   .get_pad_template#method name="class_get_pad_template"
   .get_pad_template_list#method name="class_get_pad_template_list"
+TypeFind lower_case_csuffix="type_find"
 
 // Backwards compatibility
 Structure.new_from_string skip