overrides: implement the python iterator protocol for Gst.Iterator
authorAlessandro Decina <alessandro.d@gmail.com>
Mon, 15 Oct 2012 07:10:25 +0000 (09:10 +0200)
committerAlessandro Decina <alessandro.d@gmail.com>
Mon, 15 Oct 2012 07:29:06 +0000 (09:29 +0200)
commit501db565970deb9cdf0e022f2718f23493a590c9
tree7bab214f75a055c752346164394895fba81ee4e5
parent0b0202cfbe0edaa29d714402fe708f0c177ce6b9
overrides: implement the python iterator protocol for Gst.Iterator

So that you can use: for value in gst_iterator: ...
gi/overrides/Gst.py