gstreamer/gst-libs/gst/codecparsers
Víctor Manuel Jáquez Leal d054a6918c codecparser: h264: initialize parsing structures
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
2015-10-29 11:26:37 +02:00
..
dboolhuff.AUTHORS
dboolhuff.c
dboolhuff.h
dboolhuff.LICENSE
dboolhuff.PATENTS
gsth264parser.c codecparser: h264: initialize parsing structures 2015-10-29 11:26:37 +02:00
gsth264parser.h
gsth265parser.c codecparser: h265: initialize parsing structures 2015-10-29 11:26:36 +02:00
gsth265parser.h codecparsers: h265: Fix tile row and column parsing 2015-08-26 12:24:02 +03:00
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