GNOME Bugzilla – Bug 787254
rtph265depay: P-frames are being marked as I-frames
Last modified: 2017-09-05 13:03:33 UTC
The rtph265depay element incorrectly interprets a large number of different nal unit types as IDR units and un-sets the GST_BUFFER_FLAG_DELTA_UNIT flag. It is the macro NAL_TYPE_IS_KEY that is broken.
This should also be checked in h265parse then, to make sure that it is not broken in the same way.
Created attachment 359180 [details] [review] rtph265depay: fix keyunit detection
commit 6f9cb1716a008bcc155205ca00df4c3d750d8f67 Author: Tim-Philipp Müller <tim@centricular.com> Date: Tue Sep 5 12:56:44 2017 +0100 rtph265depay: fix keyunit detection https://bugzilla.gnome.org/show_bug.cgi?id=787254