[gstreamer-bugs] [Bug 172961] valgrind gives a lot of errors on gst-ffmpeg elements
bugzilla-daemon at bugzilla.gnome.org
bugzilla-daemon at bugzilla.gnome.org
Thu Apr 7 08:44:00 PDT 2005
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=172961
GStreamer | gst-ffmpeg | Ver: HEAD CVS
------- Additional Comments From Luca Ognibene 2005-04-07 11:43 -------
I've changed in mem.c
ptr = memalign(16,size);
with
posix_memalign (&ptr, 16, size);
and valgrind outputs is clear.. ffmpeg elements seem to work fine.. I'm
attaching valgrind output
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.
More information about the Gstreamer-bugs
mailing list