After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 635832 - Memory leaks about rtph264pay when using buffer-list properties
Memory leaks about rtph264pay when using buffer-list properties
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
git master
Other Linux
: Normal critical
: 0.10.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-11-26 07:43 UTC by zhangyanping
Modified: 2010-12-29 15:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description zhangyanping 2010-11-26 07:43:38 UTC
At Linux Server. i use this cmd:

./test-launch "videotestsrc is-live=1 ! video/x-raw-yuv, width=1280, height=720, framerate=30/1 ! x264enc ! rtph264pay pt=96 name=pay0 buffer-list=true" 

At the client, I use VCL to play the test video.

At Linux Server the rtsp server will do memory leaks.

And if I don't set buffer-list properties, the rtsp server works OK. I think it is 

the problem of rtph264pay.
Comment 1 Wim Taymans 2010-12-29 15:28:38 UTC
commit 50b4c8de9822ca7ea3c9d6d28fb3c40861b4b745
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Wed Dec 29 16:26:41 2010 +0100

    rtsp-server: add support for buffer lists
    
    Add support for sending bufferlists received from appsink.
    
    Fixes #635832
Comment 2 Wim Taymans 2010-12-29 15:28:50 UTC
commit 50b4c8de9822ca7ea3c9d6d28fb3c40861b4b745
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Wed Dec 29 16:26:41 2010 +0100

    rtsp-server: add support for buffer lists
    
    Add support for sending bufferlists received from appsink.
    
    Fixes #635832