h264parse: Don't insert extra AUD if exists in bitstream already
authorSeungha Yang <seungha@centricular.com>
Wed, 3 Nov 2021 08:09:52 +0000 (17:09 +0900)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 4 Nov 2021 16:32:55 +0000 (16:32 +0000)
commit21d7bd09ce8f75002ced12cbf326c8606cb50f9f
tree2ee2f2d22a306ace45df43587d9287f73a7f7718
parentaa1d97b0fbd25587321faab5cf98332c2d009a17
h264parse: Don't insert extra AUD if exists in bitstream already

AUD nalu in packetized format is completely valid and therefore we should not
assume that we should insert AUD for packetized -> bytestream
conversion.

Fixes: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/862
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1296>
subprojects/gst-plugins-bad/gst/videoparsers/gsth264parse.c
subprojects/gst-plugins-bad/gst/videoparsers/gsth264parse.h