codecparsers_h264: initialize some fields of pic_timing structure
authorAurélien Zanelli <aurelien.zanelli@parrot.com>
Fri, 1 Aug 2014 14:40:49 +0000 (16:40 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 11 Aug 2014 06:37:41 +0000 (08:37 +0200)
commit1ef8ffa2d50a13bd39159fcebd7be9bb402f8316
tree47792da3e438fc01ba54b26956a84539ab958cb4
parentac088dd1ac8e7c94214242a51f326951d9242801
codecparsers_h264: initialize some fields of pic_timing structure

Otherwise pic timing structure can have invalid cpb_removal_delay,
dpb_output_delay or pic_struct_present_flag which are blindly retrieved
in h264parse.

https://bugzilla.gnome.org/show_bug.cgi?id=734124
gst-libs/gst/codecparsers/gsth264parser.c