GNOME Bugzilla – Bug 154064
[mad] cant mix two mp3
Last modified: 2005-01-25 17:49:33 UTC
try this gst-launch filesrc location=1.mp3 ! mad ! adder name=a ! alsasink filesrc location=2.mp3 ! mad ! a. here is the error message RUNNING pipeline ... ERROR: from element /pipeline0/a: Internal GStreamer error: negotiation problem. File a bug. Additional debug info: gstadder.c(458): gst_adder_loop: /pipeline0/a: width is 0 what's really weird is that if i try to mix with the adder two wav or two sinesrc, its working fine...
it is confirmed to be independant from the media file (i choosed 2 random mp3 on my harddrive and triggered the very same error) mad / libmad is not reentrant ??
libmad is likely completely reentrant, since it has no symbols in either .data or .bss.
Benjamin fixed this recently.