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 138846 - all of the ladspa-wrapped source-plugins fail to go to playing state
all of the ladspa-wrapped source-plugins fail to go to playing state
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: High critical
: 0.8.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-04-02 13:46 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stefan Sauer (gstreamer, gtkdoc dev) 2004-04-02 13:46:23 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
Comment 1 Benjamin Otte (Company) 2004-04-05 13:43:33 UTC
audioconvert advertised buffer-frames incorrectly on the sink side getcaps function.

fixed.