GNOME Bugzilla – Bug 743174
h264parse: expose stereo-high profile
Last modified: 2015-01-20 14:28:14 UTC
Relax the profile restriction to stereo-high if the media is multi-view with two views if the peer doesn't support multi-view.
Created attachment 294868 [details] [review] h264parse: expose stereo-high profile Exposing stereo-high profile as a compatible profile of multiview-high if the maximum number of encoded views in the stream is two.
Created attachment 294902 [details] [review] 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.