GNOME Bugzilla – Bug 136590
mod plugins doesn't work atm
Last modified: 2004-12-22 21:47:04 UTC
Running command-line gst-launch-0.7 filesrc location="amiga.mod" ! modplug ! osssink RUNNING pipeline ... (process:3073): GStreamer-CRITICAL **: file gstpad.c: line 1394 (gst_pad_try_set_caps): assertion `!GST_PAD_IS_NEGOTIATING (pad)' failed ERROR: pipeline doesn't want to play. Getting another but equally destructive message with mikmod
* ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop), (gst_mikmod_change_state): * ext/mikmod/gstmikmod.h: make mikmod's loop function not loop infinitely and call gst_element_yield anymore * gst/modplug/gstmodplug.cc: fix pad negotiation (fixes #136590)