GNOME Bugzilla – Bug 114668
[0.6.2] state_change functions have some problems (recursion, superfluous state changes)
Last modified: 2004-12-22 21:47:04 UTC
There are two problems that affect gst-player: 1) the recursive gst_bin_state_change call on errors, which doesn't seem to server any purpose 2) state_change functions sometimes change state between equal states, which is not needed.
Created attachment 17298 [details] [review] fix recursion and state change silliness
commited to 0.6.1.2 and (reworked) HEAD