GNOME Bugzilla – Bug 690463
PyGobject makes a difference between GObject.ParamSpec and GObject.GParamSpec
Last modified: 2012-12-19 02:23:40 UTC
In the GSTreamer Editing Services we have this API: void ges_track_object_get_child_property_by_pspec (GESTrackObject * object, GParamSpec * pspec, GValue * value) When trying to call it from PyGObject we get:
+ Trace 231303
return info.invoke(*args, **kwargs)
The only other API in GObject that is somehow similare is g_object_notify_by_pspec but it is currently disable (probably for that reason?) so I didn't find how to make a quick sample to help you reproduce. I guess you can figure out what is wrong even without reproducing anyway and you could prbably use that GObject method from within the testsuite. Thanks for letting me know what other information you need.
Hi, this looks like the same problem as bug 682355 which is also dependent on bug 631901. *** This bug has been marked as a duplicate of bug 682355 ***