[Gstreamer-bugs] [Bug 109069] Changed - [0.6.1 release candidate] Fix for X window leak in xvideosink plugin

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Tue Apr 8 16:42:31 PDT 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=109069

Changed by ds at schleef.org.

--- shadow/109069	Mon Apr  7 13:09:44 2003
+++ shadow/109069.tmp.13262	Tue Apr  8 19:42:31 2003
@@ -1,13 +1,13 @@
 Bug#: 109069
 Product: GStreamer
 Version: 0.6.0
 OS: Linux
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: minor
 Priority: Normal
 Component: gst-plugins
 AssignedTo: wim.taymans at chello.be                            
 ReportedBy: janzen at pixelmetrix.com               
 QAContact: gstreamer-maint at bugzilla.gnome.org
@@ -53,6 +53,16 @@
 not set to NULL.
 
 Anyway, we'll test it before applying, don't worry. ;).
 
 ------- Additional Comments From rbultje at ronald.bitfreak.net  2003-04-07 13:09 -------
 Fixed in 0.6.1 CVS.
+
+------- Additional Comments From ds at schleef.org  2003-04-08 19:42 -------
+Objects are allocated in g_type_create_instance() using g_malloc0:
+
+  instance = g_malloc0 (node->data->instance.instance_size);
+
+So unless the constructor is overridden, xvideosink->window will
+default to NULL.
+
+Please revert this change.





More information about the Gstreamer-bugs mailing list