[gstreamer-bugs] [Bug 337103] New: small cleanup in gstplugin.c

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Apr 3 15:16:36 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=337103
 GStreamer | gstreamer (core) | Ver: 0.10.5

           Summary: small cleanup in gstplugin.c
           Product: GStreamer
           Version: 0.10.5
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: pborelli at katamail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


I was taking a look at the file and noticed that the licenses list should be
constified.

I also noticed that there is a parent_class variable, but G_DEFINE_TYPE already
takes care of defining and initializing a gst_plugin_parent_class variable.
Note that the 'canonical' gobject way to init the parent class is
g_type_class_peek_parent, which G_DEFINE_TYPE uses. gstplugin instead used
g_type_class_ref, I have no idea if there is a rationale for using that or if
instead all the uses in gstreamer should be changed...


-- 
Configure bugmail: http://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