GNOME Bugzilla – Bug 767778
h264parse: Does not provide complete caps for alignment=nal in the beginning
Last modified: 2018-11-03 13:52:10 UTC
When h264parse e.g. reads a raw bytestream h264 file, and as output alignment=nal is requested, it will first provide caps like video/x-h264,stream-format=... but without width/height/profile/etc. It seems like it does not wait until it received the PPS/SPS in this mode before providing caps and outputting data, which it probably should. In practice this is causing negotiation errors if there is an element that wants nal alignment but also requires width/height to be known in caps.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/398.