[gstreamer-bugs] [Bug 582564] [controller] Use ordered GSequence instead of GList in the interpolation control source

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu May 14 13:13:59 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=582564

  GStreamer | gstreamer (core) | Ver: git

Sebastian Dröge changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #134628|none                        |committed
               Flag|                            |
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.24




------- Comment #4 from Sebastian Dröge  2009-05-14 20:13 UTC -------
commit ec5c918dbd9098e56e1c2802625af911c56a487c
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Thu May 14 22:11:57 2009 +0200

    controller: Use ordered GSequence instead of GList

    This makes lookups and insertions O(log n) instead of
    always O(n) for insertions and O(n) in worst case for
    lookups.

    Fixes bug #582564.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=582564.




More information about the Gstreamer-bugs mailing list