[Bug 667722] New: decklinksrc will accept any caps

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jan 11 14:49:27 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=667722
  GStreamer | gst-plugins-bad | 0.10.22

           Summary: decklinksrc will accept any caps
    Classification: Platform
           Product: GStreamer
           Version: 0.10.22
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: blake.tregre at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=205050)
 View: https://bugzilla.gnome.org/attachment.cgi?id=205050
 Review: https://bugzilla.gnome.org/review?bug=667722&attachment=205050

patch checking caps before accepting them

The caps on the video pad are determined by the property 'mode', and the caps
on the audio pad are fixed.  The accept caps function will accept (that is,
return TRUE) any caps, but should probably only return TRUE if the caps are the
same.  This is probably just nit-picking (and possibly incorrect), but the
attached patch checks to see if the incoming caps intersect with the caps that
are already set.

-- 
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