mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
d054a6918c
Initialize to 0 these parse structures before filling them: GstH264SEIMessage, GstH264NalUnit, GstH264PPS, GstH264SPS and GstH264SliceHdr. When calling the functions which fill those structures, they may fail, leaving unitialized those structures. This situation may lead to future problems, such as a segmentation fault when freeing, for example. This patch initializes to zero these structures, before filling them. https://bugzilla.gnome.org/show_bug.cgi?id=755161 |
||
---|---|---|
.. | ||
dboolhuff.AUTHORS | ||
dboolhuff.c | ||
dboolhuff.h | ||
dboolhuff.LICENSE | ||
dboolhuff.PATENTS | ||
gsth264parser.c | ||
gsth264parser.h | ||
gsth265parser.c | ||
gsth265parser.h | ||
gstjpegparser.c | ||
gstjpegparser.h | ||
gstmpeg4parser.c | ||
gstmpeg4parser.h | ||
gstmpegvideometa.c | ||
gstmpegvideometa.h | ||
gstmpegvideoparser.c | ||
gstmpegvideoparser.h | ||
gstvc1parser.c | ||
gstvc1parser.h | ||
gstvp8parser.c | ||
gstvp8parser.h | ||
gstvp8rangedecoder.c | ||
gstvp8rangedecoder.h | ||
Makefile.am | ||
nalutils.c | ||
nalutils.h | ||
parserutils.c | ||
parserutils.h | ||
vp8utils.c | ||
vp8utils.h |