GNOME Bugzilla – Bug 138846
all of the ladspa-wrapped source-plugins fail to go to playing state
Last modified: 2004-12-22 21:47:04 UTC
gst-launch-0.8 --gst-debug="*:3" ladspa-sine-fcac ! audioconvert ! audioscale ! esdsink ... INFO esd( 4534) esdsink.c(417):gst_esdsink_open_audio: attempting to open connection to esound server INFO esd( 4534) esdsink.c(431):gst_esdsink_open_audio: successfully opened connection to esound server INFO GST_STATES( 4534) gstelement.c(2684):gst_element_set_state:<ladspa-sine-fcac0> setting state from READY to PAUSED INFO GST_STATES( 4534) gstelement.c(2714):gst_element_set_state:<ladspa-sine-fcac0> have failed change_state return INFO GST_STATES( 4534) gstbin.c(751):gst_bin_change_state:<pipeline0> child 'ladspa-sine-fcac0' failed to go to state 4(PAUSED) INFO GST_STATES( 4534) gstelement.c(2714):gst_element_set_state:<pipeline0> have failed change_state return
audioconvert advertised buffer-frames incorrectly on the sink side getcaps function. fixed.