GNOME Bugzilla – Bug 456901
PATCH: add several missing supported mime-types to the modplug plugin
Last modified: 2007-07-14 19:16:16 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.
Created attachment 91779 [details] [review] PATCH: add several missing mime-types to the modplug plugin
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.
(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