[gstreamer-bugs] [Bug 640063] rtph264depay memory leak

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jan 20 06:13:57 PST 2011


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

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.27

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2011-01-20 14:13:52 UTC ---
Tested with:

tpm at zingle:~/gst/git/gst-plugins-good/gst/rtp$ G_SLICE=always-malloc valgrind
--leak-check=yes --num-callers=20 --suppressions=../../common/gst.supp
../../../gstreamer/tools/.libs/gst-launch-0.10 rtspsrc
location=rtsp://masds03.htc.com.tw/h264/VideoOnly/H264_15f_128k_5KF_qvga.3gp !
rtph264depay byte-stream=false ! fakesink -v

and fixed (albeit with wrong commit message):

commit 693b3b7e0bc16604321724686c1e174c6b6fb45b
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date:   Thu Jan 20 14:10:55 2011 +0000

    h264depay: don't leak codec data buffer in byte-stream=true mode [N.B. this
should be byte-stream=false of course]

    https://bugzilla.gnome.org/show_bug.cgi?id=640063

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