[Regression] The overriding Gst.init doens't allow for optional argv, as the underlying one does
Previously calling Gst.init()
was valid, as the argv
parameter defaulted to None
.
With this commit now we've removed the default argument making Gst.init()
error.