[Bug 76522] Add equalizer support

rhythmbox (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Nov 21 00:20:57 UTC 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=76522

  rhythmbox | Plugins (other) | Ver: unspecified




------- Comment #39 from Christophe Dehais  2007-11-21 00:20 UTC -------
Ok, I looked at it. 
It seems that either Rhythmbox or Gstreamer has a problem, because even
removing an "identity" element while playing hangs RB; E.g if I do that in the
python console:

[first start a song]
>> import gst
>> i = gst.element_factory_make ("identity")
>> shell.props.shell_player.props.player.add_filter(i)
>> shell.props.shell_player.props.player.remove_filter(i)

RB hangs.


More information about the pkg-gnome-maintainers mailing list