GNOME Bugzilla – Bug 757108
regression creating (Ghost)Pad
Last modified: 2015-10-28 14:31:58 UTC
Created attachment 314098 [details] test script Attached test program shows some difficulties trying to create a Pad or GhostPad, which once upon a time worked fine. Problem seems to be due to overriding Gst.Pad but not allowing for constructor arguments or chaining up to original __init__
Created attachment 314099 [details] [review] overrides: chain up to base __init__ in Pad override [note: this is all python 2 fwiw] Chain up to baseclass __init__ which is usual practice afaik. Unless there was some specific reason not to do so in this case ... ?
Attachment 314099 [details] pushed as 6fb08d8 - overrides: chain up to base __init__ in Pad override