[Bug 731892] New: gstvalue: Speed up gst_value_intersect/_subtract

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jun 18 22:24:00 PDT 2014


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

           Summary: gstvalue: Speed up gst_value_intersect/_subtract
    Classification: Platform
           Product: GStreamer
           Version: unspecified
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: bilboed at bilboed.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
                CC: t.i.m at zen.co.uk, bilboed at bilboed.com
        Depends on: 731756
            Blocks: 731829
     GNOME version: ---


+++ This bug was initially created as a clone of Bug #731756 +++

The follow up of the upstream bug is that when dealing with fundamental type
gvalue (which is.... er.... all our basic types), we can just avoid calling
G_VALUE_HOLDS altogether and instead just do a simple (v && (G_VALUE_TYPE(v) ==
type))

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