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 722309 - Generalize valgrind suppression pattern for gst-libav
Generalize valgrind suppression pattern for gst-libav
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: common
git master
Other Linux
: Normal normal
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-01-16 02:57 UTC by Andrey Utkin
Modified: 2014-01-16 14:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.33 KB, patch)
2014-01-16 02:57 UTC, Andrey Utkin
committed Details | Review

Description Andrey Utkin 2014-01-16 02:57:26 UTC
Created attachment 266423 [details] [review]
patch

Currently there are gst-libav plugin init related suppressions entries, but they not general enough, because for me running gst-launch with libav-related element under Valgrind memcheck (with G_SLICE=always-malloc and supplied gst.supp) resulted in 108 "possibly lost" blocks related to plugin_init; updating gst.supp in proposed way sets valgrind lost blocks count to 0 if there are no other leaks.
Comment 1 Sebastian Dröge (slomo) 2014-01-16 14:47:30 UTC
commit c31db4adfaed37b88eb50c18a8fc33dea9009ab5
Author: Andrey Utkin <andrey.krieger.utkin@gmail.com>
Date:   Thu Jan 16 04:47:47 2014 +0200

    Generalize valgrind suppression pattern for gst-libav
    
    https://bugzilla.gnome.org/show_bug.cgi?id=722309