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 109730 - backport of HEAD optimal scheduler
backport of HEAD optimal scheduler
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.6.1
Other Linux
: Normal normal
: 0.6.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-04-01 21:27 UTC by Wim Taymans
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Wim Taymans 2003-04-01 21:27:51 UTC
This is a verbatim copy of the optimal scheduler changes done in head.
 - implement refcounting on chains/groups to make sure they are not removed   
   while iterating.
 - clear queued buffers when a seek/flush event is performed on a pad.
 - set correct flags on new groups/chains 
 - update group status when element is added.
 - don't try to remove decoupled elements from a group.
 - more debug info
 - robustness fixes
Comment 1 Christian Fredrik Kalager Schaller 2003-04-08 12:55:29 UTC
Wim, will you make a patch of this that Ronald can review for 0.6.1?