Comment 3 for bug 427237

Revision history for this message
Giovanni Bechis (bigionews) wrote :

I have a similar behaviour with Exaile 0.3.1.2 on OpenBSD:

$ exaile
INFO : Loading Exaile 0.3.1.2...
INFO : Loading settings...
INFO : Setting up deferred idle manager function...
INFO : Loading plugins...
INFO : Loading collection...

(exaile.py:23799): GStreamer-WARNING **: Element rgvolume0 has an ALWAYS template sink, but no pad of the same name
WARNING : Could not create <class 'replaygain.ReplaygainVolume'> element for bin0.
WARNING : Could not enable auto sink, attempting to autoselect.
Traceback (most recent call last):
  File "/usr/local/lib/python2.5/site-packages/exaile/exaile.py", line 52, in <module>
    main()
  File "/usr/local/lib/python2.5/site-packages/exaile/exaile.py", line 49, in main
    exaile = main.Exaile()
  File "/usr/local/lib/python2.5/site-packages/exaile/xl/main.py", line 84, in __init__
    self.__init()
  File "/usr/local/lib/python2.5/site-packages/exaile/xl/main.py", line 154, in __init
    self.player = player.get_player()()
  File "/usr/local/lib/python2.5/site-packages/exaile/xl/player/engine_normal.py", line 44, in __init__
    pre_elems=[pipe.ProviderBin("stream_element")])
  File "/usr/local/lib/python2.5/site-packages/exaile/xl/player/_base.py", line 50, in __init__
    self.mainbin = pipe.MainBin(pre_elems=pre_elems)
  File "/usr/local/lib/python2.5/site-packages/exaile/xl/player/pipe.py", line 64, in __init__
    self.add(*self._elements)
TypeError: argument must be a GstElement