[gstreamer-bugs] [Bug 337747] New: don't use G_OBJECT_CLASS(klass) for each property

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Apr 8 14:52:57 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=337747
 GStreamer | gst-plugins | Ver: HEAD CVS

           Summary: don't use G_OBJECT_CLASS(klass) for each property
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: ensonic at sonicpulse.de
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


many plugins do
gobject_class = (GObjectClass*)klass;
and still later
g_object_class_install_property(G_OBJECT_CLASS(klass), ...);

They better use the macro first and tehn use the gobject_class var.


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