[Bug 677072] New: [PATCH] replace GST_BOILERPLATE_* with G_DEFINE_TYPE_* and move _base_init into _class_init

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 29 20:57:42 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=677072
  GStreamer | gst-plugins-gl | git

           Summary: [PATCH] replace GST_BOILERPLATE_* with G_DEFINE_TYPE_*
                    and move _base_init into _class_init
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-gl
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: ystreet00 at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=215234)
 View: https://bugzilla.gnome.org/attachment.cgi?id=215234
 Review: https://bugzilla.gnome.org/review?bug=677072&attachment=215234

Rename GST_BOILERPLATE_* to G_DEFINE_TYPE_* and move _base_init into
_class_init

As the title says it removes the deprecated GST_BOILERPLATE macros replacing
them with the G_DEFINE_TYPE ones.
It also removes the _base_init functions and places the function's contents
into the _class_init functions

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