porting-to-0.11: Add section about GstIterator
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 3 Aug 2011 09:04:12 +0000 (11:04 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 3 Aug 2011 09:04:12 +0000 (11:04 +0200)
docs/random/porting-to-0.11.txt

index fe7f2e7..78320d5 100644 (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.