[gstreamer-bugs] [Bug 399948] New: memory leak in the textoverlay element

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Jan 23 13:07:56 PST 2007


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

  GStreamer | gst-plugins-base | Ver: 0.10.11

           Summary: memory leak in the textoverlay element
           Product: GStreamer
           Version: 0.10.11
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: critical
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: xerxes2 at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Please describe the problem:
I was getting nasty memory leaks when using the code below:

textoverlay = gst.element_factory_make('textoverlay')
textoverlay.set_property("text", "my-text")
textoverlay.set_property("halignment", 2)
textoverlay.set_property("valignment", 2)

When I took it away it doesn't leak anymore.

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list