[gstreamer-bugs] [Bug 604099] New: rtpmux: Make sure to call release_pad() when the element is disposed

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Dec 8 09:24:21 PST 2009


https://bugzilla.gnome.org/show_bug.cgi?id=604099
  GStreamer | gst-plugins-bad | git

           Summary: rtpmux: Make sure to call release_pad() when the
                    element is disposed
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: havard.graff at tandberg.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=149358)
 View: https://bugzilla.gnome.org/attachment.cgi?id=149358
 Review: https://bugzilla.gnome.org/review?bug=604099&attachment=149358

patch

Because of an allocated priv (GstRTPMuxPadPrivate), the element will
leak memory if not gst_rtp_mux_release_pad() is called. This would
previously only happen if release_request_pad() was called explicitly,
somthing that should not be neccesary.

-- 
Configure bugmail: https://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