[Gstreamer-bugs] [Bug 94461] Changed - ref()/unref() inconsistency in GstElementFactory
bugzilla-daemon at widget.gnome.org
bugzilla-daemon at widget.gnome.org
Fri Jan 17 08:52:23 PST 2003
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=94461
Changed by wim.taymans at chello.be.
--- shadow/94461 Thu Jan 16 10:58:10 2003
+++ shadow/94461.tmp.20265 Fri Jan 17 11:52:23 2003
@@ -1,13 +1,13 @@
Bug#: 94461
Product: GStreamer
Version: 0.4.1
OS: Linux
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: major
Priority: Normal
Component: gstreamer (core)
AssignedTo: wim.taymans at chello.be
ReportedBy: chrisime at gnome.org
QAContact: gstreamer-maint at bugzilla.gnome.org
@@ -16,6 +16,13 @@
Summary: ref()/unref() inconsistency in GstElementFactory
In the current GstElementFactory class of Gstreamer,
gst_element_factory_add_pad_template() refs the GstPadTemplate but it will
never get unrefed again.
This makes wrapping the class quite hard, thus needs to be fixed ASAP.
+
+------- Additional Comments From wim.taymans at chello.be 2003-01-17 11:52 -------
+The elementfacory is currently never unreffed (we don't unload
+registries). Old Padtemplates are unreffed in the _add_template method
+when a new template with the name name is added.
+
+Can you clarify why this can be a problem?
More information about the Gstreamer-bugs
mailing list