array/fraction: In param types, use get_type() function directly
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Wed, 22 Mar 2017 17:35:32 +0000 (13:35 -0400)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 24 Mar 2017 17:30:45 +0000 (13:30 -0400)
commit3b9ff1245bb65a4ee94ea193e3fe28d2cb342224
treec5378fae81cab8f5be8bf4e5265edb58c28770a2
parentd486074a9c6d0215586582c31f5223313797668f
array/fraction: In param types, use get_type() function directly

The GST_TYPE macro points to global variables initialized by the
first call to get_type. This is not an issue if you call gst_init()
but unfortunatly pygi will need to acces the param type before
init can be called. This removes an assertion.
gst/gstparamspecs.c