debug-viewer; Store thread as long instead of int
authorOlivier Crête <olivier.crete@collabora.com>
Thu, 8 Feb 2018 15:20:55 +0000 (08:20 -0700)
committerOlivier Crête <olivier.crete@collabora.com>
Thu, 8 Feb 2018 15:20:55 +0000 (08:20 -0700)
commit0aea5f29e37f5d46c45e9f9008098181536caf49
tree28b10f646691228a3a27f57fcf906c200cc00884
parent0235ad6d034dcf313862cc93c463363c1e1d12e8
debug-viewer; Store thread as long instead of int

On 64-bit platforms, the thread id can be over 2^32 so use a long
to handle it.
debug-viewer/GstDebugViewer/Data.py