GNOME Bugzilla – Bug 767789
rtph264pay: Deprecated sprop-parameter-set property
Last modified: 2016-06-21 07:03:49 UTC
See commit message. Independent of this it might make sense to add the SPS/PPS (and VPS for h265) to a streamheaders caps field in byte-stream.
Created attachment 329946 [details] [review] rtph264pay: Deprecated sprop-parameter-set property This is supposed to be either in the codec_data (avc stream format) or inside the stream, and we extract it from there. It should not be set from a property as it's stream specific.
Comments, ideas? :)
I think setting the property is a bug and applications that do ought to be fixed. Reading the propery might be ok, but there are other, more correct ways to obtain the value. So removing it in 1.10 or 1.12 seems like a good idea.
Attachment 329946 [details] pushed as 5f2b32e - rtph264pay: Deprecated sprop-parameter-set property