[gstreamer-bugs] [Bug 333663] [patch] unref the result of gst_pad_get_parent

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Mar 7 05:09:35 PST 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=333663
 GStreamer | gst-plugins-base | Ver: HEAD CVS


Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #60798|none                        |committed
               Flag|                            |
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.4




------- Comment #2 from Tim-Philipp Müller  2006-03-07 13:09 UTC -------
Thanks, committed most of the gst_pad_get_parent() leaks. Rewrote some stuff
(e.g. to use GST_DEBUG_PAD_NAME convenience macro). Skipped pad template bits,
which are covered by bug #333510, and gstv4ljpegsrc bits (as v4ljpegsrc hasn't
been ported yet):

2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>

        * ext/libvisual/visual.c: (gst_visual_getcaps),
        (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
        * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
        * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
        (gst_vorbisenc_convert_sink):
        * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
        (gst_audio_duration_from_pad_buffer):
        * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
        (gst_audio_filter_chain):
        * gst-libs/gst/rtp/gstbasertpdepayload.c:
        (gst_base_rtp_depayload_setcaps):
        * gst-libs/gst/video/video.c: (gst_video_frame_rate),
        (gst_video_get_size):
        * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
          Don't leak references returned by gst_pad_get_parent()
          (#333663, based on patch by: Christophe Fergeau).


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