[Bug 657603] New: Add _get_type() functions for GstMiniObject

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Aug 29 04:14:18 PDT 2011


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

           Summary: Add _get_type() functions for GstMiniObject
    Classification: Platform
           Product: GStreamer
           Version: unspecified
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: johan at gnome.org
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


GstMiniObject were recently converted over to GBoxed,
but the gobject introspection scanner is not picking up the types
as boxed unless they have a public _get_type() function.

This patch adds get_type() functions for GstBuffer, GstBufferList,
GstCapsand GstEvent. GstMessage and GstQuery already had proper
get_type functions.

Passes all tests minus element/tee which is probably because I'm using
glib trunk.

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