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 105020 - use opt as default scheduler
use opt as default scheduler
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.6.0
Other Linux
: Normal normal
: 0.6.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-02-01 23:19 UTC by Wim Taymans
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
improved default scheduler opt patch (2.05 KB, patch)
2003-02-05 21:24 UTC, Marinus Schraal
none Details | Review

Description Wim Taymans 2003-02-01 23:19:30 UTC
people seem to have less problems with the opt scheduler. Should we make it
the default in 0.6.0?

following fix does this:

Index: gstscheduler.c
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/gst/gstscheduler.c,v
retrieving revision 1.88
diff -r1.88 gstscheduler.c
805c805
<     _default_name = g_strdup ("basicomega");
---
>     _default_name = g_strdup ("opt");
Comment 1 Marinus Schraal 2003-02-05 21:24:36 UTC
Created attachment 14138 [details] [review]
improved default scheduler opt patch
Comment 2 Marinus Schraal 2003-02-05 21:25:14 UTC
The patch that i used for Gentoo.
Comment 3 Christian Fredrik Kalager Schaller 2003-02-23 20:11:58 UTC
Both branches now uses opt as default. Closing this bug.