[gstreamer-bugs] [Bug 625660] New: gstpythonplugin: fails to refresh plugin registry when installed Python plugins change

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jul 30 07:43:52 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=625660
  GStreamer | gst-python | git

           Summary: gstpythonplugin: fails to refresh plugin registry when
                    installed Python plugins change
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: All
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-python
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: lsinger at caltech.edu
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=166837)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=166837)
Proposed patch

gstpythonplugin fails to refresh the list of Python elements when new elements
are added or old ones are removed.  This is because in the call to
gst_plugin_add_dependency_simple there are no file or directory dependencies
given: the "path" parameter is set to NULL.

The attached patch fixes this.  Adding, removing, or changing any of the files
in any of the locations that are searched for Python elements will now result
in the Python plugin being refreshed.

-- 
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