gl: Make sure that GST_GLSL_PROFILE_ANY gets the correct value in introspection
authorSebastian Dröge <sebastian@centricular.com>
Sun, 11 Nov 2018 06:52:27 +0000 (08:52 +0200)
committerMatthew Waters <matthew@centricular.com>
Mon, 12 Nov 2018 05:30:38 +0000 (05:30 +0000)
commitd05d52e0ad58132f12b5234c8a43a5e9ce251bca
tree960061e1b97268f8bb91d0b9f800a8ec1566fcc6
parent989f53383b6e833183167e7c1e08a5bb9bb4d267
gl: Make sure that GST_GLSL_PROFILE_ANY 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-libs/gst/gl/gstglsl.h