[gst-devel] gstreamer, python binding and intRange :

nico nico at inattendu.org
Wed Oct 15 09:42:41 CEST 2008


>
> 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




More information about the gstreamer-devel mailing list