porting-to-0.11: Add section about GstIterator

This commit is contained in:
Sebastian Dröge 2011-08-03 11:04:12 +02:00
parent 9324824853
commit e9202c22f0

View file

@ -344,3 +344,7 @@ The 0.11 porting guide
to their methods so we can return an appropriate error if a
particular interface isn't supported for a particular device.
* GstIterator
uses a GValue based API now that is similar to the 0.10 API but
allows bindings to properly use GstIterator and prevents complex
return value ownership issues.