GNOME Bugzilla – Bug 790472
Memory leak by using gst-play-1.0
Last modified: 2017-12-04 09:27:55 UTC
Created attachment 363876 [details] test data test cmd: $ gst-play-1.0 --playlist=test.list --videosink="fakesink" note: add Jurassic_World_2015_Trailer_2_5.1-1080p-HDTN.mp4 200 lines in test.list. Media stream link: http://videos.hd-trailers.net/Jurassic_World_2015_Trailer_2_5.1-1080p-HDTN.mp4 We used software&hardware decode for the testing and after running the cmd, RES from top keep increasing($ top -d -b | grep -i gst &> top.log). And attach graphics can show the RES change status. software decode env: gstreamer/gst-plugin-good/gst-plugin-ugly/gst-plugin-bad 1.12.3 gst-plugin-base 1.12.3 + commit ebb2fa6a0a2d2aa7d9f43cdac0087a9ceabb0240 hardware decode by using gst-vaapi env: Gstreamer: 7595c38a738abf830d3cccf5b31a38fc9ca6f6a6 Gst-plugin-base: 4c2f91d69e82917b3c1744bac87b8f120ec3f97f Gst-plugin-good: 8aa5c59b5f78410b26d350731690ddfc1492809d Gst-plugin-ugly: f86751d9f7a90ceea7a331edb5f54b314e7e3dd3 Gst-plugin-bad: f3b539e0ff88f8b7b49dee49929d5b3d94bda1a4 Gstreamer-vaapi: 14ed473dbde118aefd5cb55d134243f2a56e654b
This can provide any help? https://bugzilla.gnome.org/show_bug.cgi?id=788759 Can you confirm it?
Does above patch fix it? Can you run with valgrind or some other software to get details about what exactly is leaked from where?
Thanks Rolandz and Slomo, we will test this patch first.
This patch fixed my issue, thanks.
*** This bug has been marked as a duplicate of bug 788759 ***