rtph264pay: Only mark the last fragment of an AU
authorJan Alexander Steffens (heftig) <jsteffens@make.tv>
Wed, 9 Jan 2019 14:56:51 +0000 (15:56 +0100)
committerNicolas Dufresne <nicolas@ndufresne.ca>
Wed, 9 Jan 2019 15:36:40 +0000 (15:36 +0000)
commit798f320ba7b38c65cbf2069e62e072903ad0ad9d
tree1bbe143ea6c3a33ea382480a58005413e5f069e7
parent3537c4d2172b56c7638ec34686468ba63c877634
rtph264pay: Only mark the last fragment of an AU

Commit 4add820cce278213ede3d5fce427ea92e0619b6f removed the check for
the end of fragmentation. As a result, all fragments of an AU's last
NALU were marked.

Potential fix for https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/540
gst/rtp/gstrtph264pay.c