rtpbasepayload: don't use GINT_TO_POINTER with GType
authorHavard Graff <havard.graff@gmail.com>
Wed, 12 Jun 2019 12:32:03 +0000 (14:32 +0200)
committerSebastian Dröge <slomo@coaxion.net>
Wed, 12 Jun 2019 12:38:26 +0000 (12:38 +0000)
commitf7408f9418397fab033c974f0642e6f39cd2f48b
tree93174bbcedfdaf73642e84b023d41631a5e83d3f
parent2e342a16cec0fe02b32f61aa1c058574c8b2e6d4
rtpbasepayload: don't use GINT_TO_POINTER with GType

GType can (and will) be 64bit. GINT_TO_POINTER is not.
This will result in the api-type checked for being a different one than
it actually is...
gst-libs/gst/rtp/gstrtpbasepayload.c