[Bug 655084] New: get_plugin_list() returns empty list when using GObject Introspection/Python

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jul 21 14:53:08 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=655084
  GStreamer | gstreamer (core) | unspecified

           Summary: get_plugin_list() returns empty list when using
                    GObject Introspection/Python
    Classification: Platform
           Product: GStreamer
           Version: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: pecisk at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


I have checked this with both Fedora 15 with gstreamer 10.34.0 and jhbuild with
gstreamer master (22.07.2011)

1) I have simple code in Python which returns list of gstreamer plugins objects
using PyGI:

from gi.repository import Gst
print Gst.Registry.get_default().get_plugin_list()

2) However, no matter what environment I use this return [], t.i. empty list
3) GST_DEBUG gives me nothing, so it indicates that it doesn't even try to
reach Gstreamer

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list