GNOME Bugzilla – Bug 754127
h264/h265parse: Negotiation could fail earlier
Last modified: 2018-11-03 13:39:50 UTC
In these parsers negotiation function, we do get_allowed_caps(). This this returns empty caps, we could fail immediately. Note that this may require a little more work because of the flushing special case. We need not to return not-negotiated if some element downstream fails due to FLOW_FLUSHING. Also, as this call is recursive, I'm unsure if we can check the peer pad flushing flag only as we usually do to handle this special case.
-- 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/295.