GNOME Bugzilla – Bug 765785
gstreamer-controller-1.0: rename DirectControlBinding.new_absolue to 'with_absolute'
Last modified: 2016-06-08 12:39:24 UTC
Current gstreamer-controller-1.0 metadata file rename DirectControlBinding.new_absolute to ".new_with_absolute" which generates an invalid symbol in vapi file. I propose to rename to "with_absolute" which gives: DirectControlBinding.with_absolute
Created attachment 326972 [details] [review] gstreamer-controller-1.0: rename DirectControlBinding.new_absolue to 'with_absolute'
*** Bug 767048 has been marked as a duplicate of this bug. ***
Review of attachment 326972 [details] [review]: Thanks for you patch. Looks good. Patch removes the additional dot in the metadata. It also makes a sensible change to the name of the creation method. So now it will be: var a = new DirectControlBinding.with_absolute( ... ); instead of var a = new DirectControlBinding.new_with_absolute( ... );
Thanks for review and merge.