[Bug 754127] New: h264/h265parse: Negotiation could fail earlier

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Aug 26 08:30:49 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=754127

            Bug ID: 754127
           Summary: h264/h265parse: Negotiation could fail earlier
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: nicolas.dufresne at collabora.co.uk
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

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.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list