h264parse: parse SPS subset
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Mon, 19 Jan 2015 16:31:26 +0000 (17:31 +0100)
committerJan Schmidt <jan@centricular.com>
Tue, 20 Jan 2015 14:03:36 +0000 (01:03 +1100)
commit4fc3db1808bf910733902ac95bae2a2049de0627
tree661e432612d803bf9a72f168594466d6ff36cd1e
parentd8c2dd2da1e34c43c9f5b053db93a4176f471dbc
h264parse: parse SPS subset

This patch calls gst_h264_parser_parse_subset_sps() when a
SPS subset NAL type is found.

All the bits required for parsing the SPS subset in NALs were
already there, just we need to call them when the this NAL type
is found.

With this parsing, the number of views (minus 1) attribute is
filled, which was a requirement for negotiating the stereo-high
profile.

https://bugzilla.gnome.org/show_bug.cgi?id=743174
gst/videoparsers/gsth264parse.c