After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 675249 - videocontext: remove explicit unreffing of object getting from iterator
videocontext: remove explicit unreffing of object getting from iterator
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-05-01 15:14 UTC by sreerenj
Modified: 2012-05-04 08:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
remove extra unreffing (803 bytes, patch)
2012-05-01 15:14 UTC, sreerenj
committed Details | Review

Description sreerenj 2012-05-01 15:14:46 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).
Comment 1 Sebastian Dröge (slomo) 2012-05-04 08:21:26 UTC
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.