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 114668 - [0.6.2] state_change functions have some problems (recursion, superfluous state changes)
[0.6.2] state_change functions have some problems (recursion, superfluous sta...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.6.x
Other Linux
: Normal normal
: 0.6.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-06-07 22:30 UTC by Thomas Vander Stichele
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix recursion and state change silliness (4.76 KB, patch)
2003-06-07 22:31 UTC, Thomas Vander Stichele
none Details | Review

Description Thomas Vander Stichele 2003-06-07 22:30:49 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.
Comment 1 Thomas Vander Stichele 2003-06-07 22:31:15 UTC
Created attachment 17298 [details] [review]
fix recursion and state change silliness
Comment 2 Thomas Vander Stichele 2003-06-07 22:36:35 UTC
commited to 0.6.1.2 and (reworked) HEAD