Return a Gst.*Range instead of a python range converting from GValue to python
authorThibault Saunier <thibault.saunier@osg.samsung.com>
Mon, 24 Jul 2017 21:06:06 +0000 (17:06 -0400)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Wed, 26 Jul 2017 19:27:21 +0000 (15:27 -0400)
commit31dfe42b37dcdb2beb90fad2c8c4f7f7d00a9673
treebed623141d42c60d0fd8277066ffb109fe9e2d20
parent02ddaf29f92036c80b2c660aa007266707f69970
Return a Gst.*Range instead of a python range converting from GValue to python

Otherwise we lose the information about what type of range it is, which
is mandatory, especially when dealing with Structure and Caps.
gi/overrides/Gst.py
gi/overrides/gstmodule.c