[gstreamer-bugs] [Bug 337365] New: plugins should use g_type_class_peek_parent() instead of g_type_class_ref()

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Apr 5 06:52:46 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=337365
 GStreamer | gst-plugins | Ver: HEAD CVS

           Summary: plugins should use g_type_class_peek_parent() instead of
                    g_type_class_ref()
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          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


replace
  parent_class = g_type_class_ref (GST_TYPE_ELEMENT);
with
  g_type_class_refparent_class = g_type_class_peek_parent (klass);


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