GNOME Bugzilla – Bug 783733
fix gradual memory leak
Last modified: 2018-01-13 11:30:36 UTC
Created attachment 353664 [details] Memory leak is observed with avdec_h264 on desktop The video playback results in memory leak on a desktop as well. Run pipeline gst-launch-1.0 filesrc location=Borat.2006.1080p.BrRip.x264.YIFY.mp4 ! qtdemux ! h264parse ! avdec_h264 ! fakesink on desktop and also run top command to see the memory utilization. The Memory_Logs.txt file is attached.
Are you sure it's an actual leak and not just qtdemux internally building up its sample tables? Have you tried running valgrind --leak-check=yes on it?
Closing this bug report as no further information has been provided. Please feel free to reopen this bug report if you can provide the information that was asked for in a previous comment. Thanks!