GNOME Bugzilla – Bug 675249
videocontext: remove explicit unreffing of object getting from iterator
Last modified: 2012-05-04 08:28:36 UTC
Created attachment 213217 [details] [review] remove extra unreffing As per the new gst_iterator_next(), gst_iterator_fold() implementation, no need to explicitly unref the object getting from iterator(after executing GstIteratorFoldFunction).
commit 99b6f14486e069dc02d7c4090417aebd104bd291 Author: Sreerenj Balachandran <sreerenj.balachandran@intel.com> Date: Tue May 1 17:55:02 2012 +0300 videocontext: Remove the explicit unrefing of pad object getting from iterator.