[Bug 734822] New: playsinkconvertbin: only intersect with the filter at the end

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Aug 14 14:34:53 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=734822
  GStreamer | gst-plugins-base | unspecified

           Summary: playsinkconvertbin: only intersect with the filter at
                    the end
    Classification: Platform
           Product: GStreamer
           Version: unspecified
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: thiagossantos at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


This improves caps negotiation to avoid returning caps that it will not
support.

The issue arrises when a caps has a certain capsfeatures X and the cached
converter_caps has ANY caps features. When the intersection of the cached caps
with the filter happens it transforms the ANY into X and those features are not
excluded in the loop. If the sink doesn't accept those features it would cause
a not-negotiated issue later when the caps event is passed.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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