Sebastian Dröge ede4562c23 Prevent that the GC frees the native GstIterator too early
The native GstIterator is freed once the Gst.Enumerable instance
is destroyed. At this point there could still be a Gst.Enumerator
instance that uses the native GstIterator and would crash then.

Store the Gst.Enumerable instance inside the Gst.Enumerator to
prevent the GC from destroying it before the enumerator is destroyed.
2009-05-27 15:00:19 +02:00
..
2009-05-25 12:20:20 +02:00
2009-05-26 15:34:02 +02:00
2009-05-26 15:34:02 +02:00
2009-04-21 14:31:10 +02:00
2009-05-26 15:35:00 +02:00
2009-05-26 15:34:02 +02:00
2009-04-30 13:10:15 +02:00