GNOME Bugzilla – Bug 768653
rtph265pay: does not accept array_completeness=1 in codec_data
Last modified: 2016-07-11 08:50:57 UTC
Created attachment 331193 [details] [review] rtph265pay: Accept array_completeness=1 rtph265pay only takes parameter sets (VPS/SPS/PPS) from codec_data if the array_completeness bit is 0. rtph265pay accepts caps with stream-format=hvc1 and the definition of hvc1 is that array_completeness is 1, which means that all parameter sets are present in codec_data and none in the stream. So the element must not reject parameter sets if array_completeness is 0.
Attachment 331193 [details] pushed as 833c530 - rtph265pay: Accept array_completeness=1