[Bug 786948] GstMessageType above GST_MESSAGE_EXTENDED not usable with python3 on windows
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Aug 29 08:46:34 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=786948
--- Comment #2 from Philippe Renon <philippe_renon at yahoo.fr> ---
The OverflowError emanates from PyLong_AsLong(PyObject *obj) method
(https://github.com/python/cpython/blob/3.6/Objects/longobject.c#L471)
But I am having a hard time finding the call path that leads to this method
being called...
I should be able to build all components involved (gstreamer, gst-python,
gobject-instrospection, pyobject) from source so I can try things out given
some pointers or guidance.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list