debugutils: Make sure that GST_DEBUG_GRAPH_SHOW_VERBOSE gets the correct value in...
authorSebastian Dröge <sebastian@centricular.com>
Sat, 10 Nov 2018 18:41:40 +0000 (20:41 +0200)
committerNicolas Dufresne <nicolas@ndufresne.ca>
Sat, 10 Nov 2018 19:08:52 +0000 (19:08 +0000)
commit5f469abbed914334445b3f436a556811746d0598
treec32908713a2a7ae56e16d1d883f01a2fff7e6222
parent133511040930ba119ee23cea936dd6a7210f08bb
debugutils: Make sure that GST_DEBUG_GRAPH_SHOW_VERBOSE gets the correct value in introspection

Currently in Python it would become a signed 64 bit value but should
actually be an unsigned 32 bit value with all bits set.

This is the same problem as with GST_MESSAGE_TYPE_ANY.

See https://bugzilla.gnome.org/show_bug.cgi?id=732633
gst/gstdebugutils.h