summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2019-03-28 00:02:59 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2019-03-28 06:53:53 +0100
commite67b1157218693fc864e13e4f249ee4486640b4c (patch)
tree6aba7389e659010934d81c11a76292168d83472b
parentd7dd578fa6bcb32ffacbc45205c5a811f21003d5 (diff)
downloadvala-e67b1157218693fc864e13e4f249ee4486640b4c.tar.gz
gstreamer-1.0: Fix TypeFind and TypeFindFactory method references
-rw-r--r--vapi/gstreamer-1.0.vapi4
-rw-r--r--vapi/metadata/Gst-1.0.metadata1
2 files changed, 3 insertions, 2 deletions
diff --git a/vapi/gstreamer-1.0.vapi b/vapi/gstreamer-1.0.vapi
index 71322f5b1..dcfb88dde 100644
--- a/vapi/gstreamer-1.0.vapi
+++ b/vapi/gstreamer-1.0.vapi
@@ -2554,7 +2554,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 ();
@@ -2923,7 +2923,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 ();
diff --git a/vapi/metadata/Gst-1.0.metadata b/vapi/metadata/Gst-1.0.metadata
index fce6fbc2f..2674b3685 100644
--- a/vapi/metadata/Gst-1.0.metadata
+++ b/vapi/metadata/Gst-1.0.metadata
@@ -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