GNOME Bugzilla – Bug 782771
gstamcvideodec: Memory leak on video decoder format set
Last modified: 2017-05-29 07:59:21 UTC
In function gst_amc_video_dec_set_format() downstream caps received from gst_pad_peer_query_caps() are not released. GstCaps *downstream_caps = gst_pad_peer_query_caps (src_pad, templ_caps);
Do you want to provide a patch for this?
I want, but can't build Android for my test platform (armv7) to test it. cerbero bootstrap fails with error: http://gstreamer.freedesktop.org/data/cerbero/toolchain/windows/mingw-w64-gcc-4.7.3-windows-armv7.tar.xz HTTP request sent, awaiting response... 404 Not Found Is there any instruction or guide how to build Gstreamer for Android for armv7?
Building for Android from Windows is currently not supported
I'll backport this to 1.12 before 1.12.1 release. commit 732012a78e75eb5df0f64af274c99a0e9c7b7734 Author: Sebastian Dröge <sebastian@centricular.com> Date: Thu May 18 14:34:04 2017 +0300 amcvideodec: Unref downstream caps after usage https://bugzilla.gnome.org/show_bug.cgi?id=782771