Bug#390192: python-gst0.10: Bindings possibly broken due to gstreamer upgrade

Loïc Minier lool at dooz.org
Fri Sep 29 21:32:00 UTC 2006


        Hi,

On Fri, Sep 29, 2006, Mathias Brodala wrote:
>   File "/usr/share/quodlibet/formats/mp3.py", line 15, in ?
>     if gst.registry_get_default().find_plugin("mad") is None:
> AttributeError: 'module' object has no attribute 'registry_get_default'

 That's really weird, it works here.  Could you please try running
 python2.4 and typing the code below:
  import gst
  gst.registry_get_default().find_plugin("mad")

 Please send the resulting output, it might look like:
 >>> import gst
 >>> gst.registry_get_default().find_plugin("mad")
 <gst.Plugin object (plugin18) at 0xb7d8202c>
 >>> 

 Please repeat this process with python2.3 if you have it installed.

   Thanks,

-- 
Loïc Minier <lool at dooz.org>




More information about the Pkg-gstreamer-maintainers mailing list