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 456901 - PATCH: add several missing supported mime-types to the modplug plugin
PATCH: add several missing supported mime-types to the modplug plugin
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.5
Other Linux
: Normal normal
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-07-14 16:41 UTC by Hans de Goede
Modified: 2007-07-14 19:16 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
PATCH: add several missing mime-types to the modplug plugin (670 bytes, patch)
2007-07-14 16:45 UTC, Hans de Goede
committed Details | Review

Description Hans de Goede 2007-07-14 16:41:22 UTC
While trying to play a .xm modtracker file with totem I got a "unable to determine stream type" error. This is because several support mime-types are missing from the list of mimetypes claimed by the modplug plugin.

Also I wonder why this plugin hasn't been moved to the good plugins yet / when it will move.
Comment 1 Hans de Goede 2007-07-14 16:45:30 UTC
Created attachment 91779 [details] [review]
PATCH: add several missing mime-types to the modplug plugin
Comment 2 Wim Taymans 2007-07-14 18:53:03 UTC
For the plugin to move, the following must be executed: http://webcvs.freedesktop.org/gstreamer/gstreamer/docs/random/moving-plugins?revision=1.10&view=markup

        Patch by: Hans de Goede <j.w.r.degoede at hhs dot nl>

        * gst/modplug/gstmodplug.cc:
        add several missing supported mime-types to the modplug plugin.
        Fixes #456901.
Comment 3 Hans de Goede 2007-07-14 19:16:16 UTC
(In reply to comment #2)
> For the plugin to move, the following must be executed:
> http://webcvs.freedesktop.org/gstreamer/gstreamer/docs/random/moving-plugins?revision=1.10&view=markup
> 

Thats quite a long list, anything I can do to help here? Notice that I am:
-not the plugin's author
-only vaguely familiar with gstreamer coding