[Bug 755161] h264parse, h265parse: initialize picture parameter set structure

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Sep 18 05:39:03 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=755161

--- Comment #18 from sreerenj <bsreerenj at gmail.com> ---
Only thing is that we are adding a slight overhead by doing memset over large
structures... Before it was doing memset only for some structures if needed.
Even the sub-structures were memset()ing only only when needed (eg: some
sub-structures only for B-frames, etc)..

Which means, changing more-optimal implementation to sub-optimal,
but, I agreed it could be more safer :)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list