gstinfo: fix infinite loop in gst_debug_unset_threshold_for_name()
authorJason Litzinger <jlitzinger@control4.com>
Wed, 22 Apr 2015 18:03:33 +0000 (12:03 -0600)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 23 Apr 2015 10:20:25 +0000 (11:20 +0100)
commit1b881ecc26e3eeebf35ee042e170367ae228b26f
tree516d5686c22c0c79886efc48e781adb45d78f194
parentef852398a2601d98664e000e43f373f8d08772ea
gstinfo: fix infinite loop in gst_debug_unset_threshold_for_name()

Ensure iterator is advanced. The current list iteration code only
advances the iterator (walk) if a match is found, which results
in an infinite loop when more than one entry exists in the list.

https://bugzilla.gnome.org/show_bug.cgi?id=748321
gst/gstinfo.c