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

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Apr 6 06:32:05 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


Wim Taymans changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim at fluendo.com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




------- Comment #1 from Wim Taymans  2006-04-06 13:32 UTC -------
replace
  parent_class = g_type_class_ref (GST_TYPE_ELEMENT);
with
  parent_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.




More information about the Gstreamer-bugs mailing list