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 104378 - mikmod should be the default mod decoder, not modplug
mikmod should be the default mod decoder, not modplug
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.4.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-01-25 01:58 UTC by Benjamin Otte (Company)
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to make mikmod default decoder (1.62 KB, patch)
2003-01-25 02:02 UTC, Benjamin Otte (Company)
none Details | Review

Description Benjamin Otte (Company) 2003-01-25 01:58:45 UTC
Currently the rank of mikmod is specified as GST_ELEMENT_RANK_SECONDARY
while modplug is GST_ELEMENT_RANK_PRIMARY. So the autoplugger always chose
modplug over mikmod.

In my opinion mikmod sounds far better though.

I'll attach a patch to change this.
Comment 1 Benjamin Otte (Company) 2003-01-25 02:02:47 UTC
Created attachment 13815 [details] [review]
patch to make mikmod default decoder
Comment 2 Christian Fredrik Kalager Schaller 2003-01-25 12:16:24 UTC
Does the mikmod plugin work as well as the modplug one? I know apoc 
has mostly worked on the modplug one for the last 6 months.
Comment 3 Christian Fredrik Kalager Schaller 2003-02-23 20:23:07 UTC
Ok, since mikmod do not support seeking for instance I think this
switch is out of the question. Any protests at me closing this patch?
Comment 4 Christian Fredrik Kalager Schaller 2003-02-24 13:58:37 UTC
Closing this bug. If you want the switch Benjamin you need to get
mikmod  to support seeking first.