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 783733 - fix gradual memory leak
fix gradual memory leak
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-libav
1.x
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-06-13 10:13 UTC by Kajal
Modified: 2018-01-13 11:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Memory leak is observed with avdec_h264 on desktop (13.43 KB, text/plain)
2017-06-13 10:13 UTC, Kajal
Details

Description Kajal 2017-06-13 10:13:47 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.
Comment 1 Tim-Philipp Müller 2017-06-13 10:25:07 UTC
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?
Comment 2 Tim-Philipp Müller 2018-01-13 11:30:36 UTC
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!