h265parse: Avoid checking for Non Mandatory VPS NAL
authorVineeth TM <vineeth.tm@samsung.com>
Wed, 29 Jul 2015 23:58:48 +0000 (08:58 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 30 Jul 2015 14:10:05 +0000 (15:10 +0100)
commit09992f32dc95be6087fb304d5b577e86f062e5b0
tree2fddb22400a837105af012abc56c25da888d54e4
parent8f7a84a9a16514ed033b30e62476b0fc0fe345b6
h265parse: Avoid checking for Non Mandatory VPS NAL

VPS is not mandatory, and need not check for its presence before setting
the caps. Because of the check, in streams which don't have VPS,
sticky event mishandling happens.

https://bugzilla.gnome.org/show_bug.cgi?id=752807
gst/videoparsers/gsth265parse.c