[gstreamer-bugs] [Bug 598896] [GstRegistry] Cache lists of ElementFactory and TypeFindFactory

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Oct 24 01:50:12 PDT 2009


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

Edward Hervey <bilboed> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.26

--- Comment #17 from Edward Hervey <bilboed at gmail.com> 2009-10-24 08:50:09 UTC ---
Committed with locking fixed

commit c79ed99bab51a769924bfb33abb6b921df368829
Author: Edward Hervey <bilboed at bilboed.com>
Date:   Wed Oct 21 09:45:47 2009 +0200

    registry: Cache element and typefind factories. Fixes 598896

    This avoids unneeded list/filtering if the registry hasn't changed

commit ebee2588062645afa75f5a800350bb5b14e53ecf
Author: Edward Hervey <bilboed at bilboed.com>
Date:   Wed Oct 21 09:40:49 2009 +0200

    gstpluginfeature: API : new gst_plugin_feature_list_copy() method

    This allows copying AND incrementing the refcount at the same time,
    avoiding a double iteratio of the GList

commit 9e792ee5b8aa7f5e4f3addea3ba579b84581a4a0
Author: Edward Hervey <bilboed at bilboed.com>
Date:   Sat Oct 24 10:05:59 2009 +0200

    gstregistry: Add a cookie for detecting feature list changes

    We also create a private structure, since we will need to add more
    data there in following patches.

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