]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer-controller-1.0: Rename DirectControlBinding.new_absolue to 'with_absolute'
authorAurélien Zanelli <aurelien.zanelli@darkosphere.fr>
Thu, 28 Apr 2016 20:52:54 +0000 (22:52 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 31 May 2016 15:54:34 +0000 (17:54 +0200)
... and fix a fatal syntax error due '..'

https://bugzilla.gnome.org/show_bug.cgi?id=765785
(cherry picked from commit 319d1d78529b26c730686bb2a6d482c57fd3930f)

vapi/gstreamer-controller-1.0.vapi
vapi/metadata/GstController-1.0.metadata

index 65e89a01412ec66b87b432ed220a7b3f2df6286f..6cddd3c8f86c9e7143d1f5b7bccb4a8ae10de9c6 100644 (file)
@@ -45,7 +45,7 @@ namespace Gst {
                        public DirectControlBinding (Gst.Object object, string property_name, Gst.ControlSource cs);
                        [CCode (cname = "gst_direct_control_binding_new_absolute", has_construct_function = false, type = "GstControlBinding*")]
                        [Version (since = "1.6")]
-                       public DirectControlBinding..new_with_absolute (Gst.Object object, string property_name, Gst.ControlSource cs);
+                       public DirectControlBinding.with_absolute (Gst.Object object, string property_name, Gst.ControlSource cs);
                        [NoAccessorMethod]
                        public bool absolute { get; construct; }
                        [NoAccessorMethod]
index 7168de4e0aac516b7e47956984efa603dc26b3c3..434b93440c6a0d0f57bddbe35a816fa283aa0332 100644 (file)
@@ -4,7 +4,7 @@ ControlPoint
        .cache._gst_reserved skip
 
 DirectControlBinding
-       .new_absolute name=".new_with_absolute"
+       .new_absolute name="with_absolute"
 
 TimedValueControlSource
   .find_control_point_iter skip=false