[Bug 755498] New: [PATCH] timedvaluecontrolsource: Use g_sequence_lookup where possible

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Sep 23 14:13:37 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=755498

            Bug ID: 755498
           Summary: [PATCH] timedvaluecontrolsource: Use g_sequence_lookup
                    where possible
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: jan.steffens at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 311982
  --> https://bugzilla.gnome.org/attachment.cgi?id=311982&action=edit
patch

When looking for exact matches in the sequence, this results in much simpler
code than when using g_sequence_search.

Discovered while trying to solve bug 755496. I also have a workaround for that
one, in case the change to g_sequence_search behavior is deliberate.

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