GNOME Bugzilla – Bug 635832
Memory leaks about rtph264pay when using buffer-list properties
Last modified: 2010-12-29 15:28:50 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.
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