h264parse: Don't push NALs before we have HEADERS
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 13 Jun 2019 02:19:04 +0000 (22:19 -0400)
committerNicolas Dufresne <nicolas@ndufresne.ca>
Wed, 15 Apr 2020 14:10:16 +0000 (14:10 +0000)
commit1ea21ad92249488d98b3bbc07decb256f0d53145
tree0a3098016ecbdde6ec684c1f7e5e944901d4bd56
parentff137a2059a336820202058620c0c6eee6a23761
h264parse: Don't push NALs before we have HEADERS

Otherwise we may endup pushing incomplete caps, which cause a renegotiation.
Note that this has the effect that caps are no longer pushed twice in presence
of valid framerate in the headers.
gst/videoparsers/gsth264parse.c