> > You can achieve a similar result by doing: > > s = pad.get_caps()[0] > if "width" in s and isinstance(s["width"], gst.IntRange): > print "We have an IntRange 'width' property" > > > Thanks for the tip ! Nico