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 757115 - mxfmux: make check fails with avenc_mpeg2video
mxfmux: make check fails with avenc_mpeg2video
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-10-26 00:57 UTC by Vineeth
Modified: 2015-10-28 01:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vineeth 2015-10-26 00:57:44 UTC
When running make check for bad plugins, get the below error in mxfmux.
I didn't have mpeg2enc installed in my pc then. On installing mpeg2enc, the error disappears.

Running suite(s): mxfmux
*** Error in `/home/vineethtm/gst/master/gst-plugins-bad/tests/check/elements/.libs/lt-mxfmux': free(): invalid pointer: 0x709a0301 ***
85%: Checks: 7, Failures: 0, Errors: 1
elements/mxfmux.c:95:E:general:test_mpeg2:0: (after this point) Received signal 6 (Aborted)


Seems this error happens only with avenc_mpeg2video..
Comment 1 Sebastian Dröge (slomo) 2015-10-26 08:20:53 UTC
Does not crash here and also does not complain in valgrind. Are you using latest gst-libav? What does valgrind say?
Comment 2 Tim-Philipp Müller 2015-10-26 18:29:12 UTC
In particular, make sure you have this commit:

commit eedefc9f6bd19f1c86b43d1fcc31a203b4ecea10
Author: Sebastian Dröge <sebastian@centricular.com>
Date:   Sat Oct 3 18:25:35 2015 +0100

    avcodecmap: Don't allocate dummy codec data anymore, it causes crashes nowadays
    

and that avenc_mjpeg works properly in a simple pipeline otherwise.
Comment 3 Vineeth 2015-10-28 01:05:12 UTC
my mistake :)...
I was having 1.6 release tar version of libav..
This gets fixed with
	e5e78379ad8287cd2b71b4cdb743e905c8cd0369 and
	eedefc9f6bd19f1c86b43d1fcc31a203b4ecea10
closing it as obsolete. Thanks..