After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 768653 - rtph265pay: does not accept array_completeness=1 in codec_data
rtph265pay: does not accept array_completeness=1 in codec_data
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 1.9.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-07-11 08:45 UTC by Jonas Holmberg
Modified: 2016-07-11 08:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
rtph265pay: Accept array_completeness=1 (3.46 KB, patch)
2016-07-11 08:45 UTC, Jonas Holmberg
committed Details | Review

Description Jonas Holmberg 2016-07-11 08:45:46 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.
Comment 1 Sebastian Dröge (slomo) 2016-07-11 08:50:34 UTC
Attachment 331193 [details] pushed as 833c530 - rtph265pay: Accept array_completeness=1