[gstreamer-bugs] [Bug 343699] New: oggmux leaks

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Jun 2 10:43:54 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=343699
 GStreamer | gst-plugins-base | Ver: HEAD CVS

           Summary: oggmux leaks
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: alessandro at nnva.org
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


In gst_ogg_mux_get_headers the caps returned by gst_pad_get_negotiated_caps are
not unref'fed.
When going to READY the GstOggPad structures managed by GstCollectPads are not
properly reset, GstOggPad->pagebuffers is not free'd and GstOggPad->stream is
not cleared with ogg_stream_clear.
Also, gst_ogg_mux_set_header_on_caps introduces a reference cycle setting the
streamheader field, this has been fixed in vorbisenc and theoraenc but not in
oggmux.


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