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 136590 - mod plugins doesn't work atm
mod plugins doesn't work atm
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.8.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-03-08 22:00 UTC by Christian Fredrik Kalager Schaller
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Christian Fredrik Kalager Schaller 2004-03-08 22:00:41 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
Comment 1 Benjamin Otte (Company) 2004-03-09 21:13:21 UTC
        * 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)