GNOME Bugzilla – Bug 726921
Python 3: Fraction cannot be set as value in Caps
Last modified: 2014-04-26 08:16:20 UTC
This minimal test fails with python3, but works with 2. https://gist.github.com/lubosz/9723758 This exception is thrown: RuntimeError: PyObject conversion to GValue failed The same exception occurs in the overrides when this is used: caps[0]["framerate"] = Gst.Fraction(1/1)
Created attachment 273382 [details] [review] overrides: Import the _gi_gst module relative We always expect it to be in the same directory and it fixes its import with python3
Attachment 273382 [details] pushed as edd2136 - overrides: Import the _gi_gst module relative
*** Bug 726493 has been marked as a duplicate of this bug. ***