[Bug 671130] New: [0.11] use libfffi-based generic marshaller instead of glib-genmarshal

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Mar 1 06:31:26 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=671130
  GStreamer | gstreamer (core) | 0.11.x

           Summary: [0.11] use libfffi-based generic marshaller instead of
                    glib-genmarshal
    Classification: Platform
           Product: GStreamer
           Version: 0.11.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: gnome at blino.org
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Currently, gstreamer is using glib-genmarshal to generate type-specific
marshallers.
This can be troublesome when cross-compiling, since a compatible
glib-genmarshal needs to be available on the host.

It would nice to use the new g_cclosure_marshal_generic() function instead.
This is a generic marshaller based on libffi, it is available starting from
glib 2.30.

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