[Bug 663580] New: v4l2src negotiation failure with weird pixel-aspect-ratios

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Nov 7 10:51:20 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=663580
  GStreamer | gst-plugins-good | git

           Summary: v4l2src negotiation failure with weird
                    pixel-aspect-ratios
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: sjoerd at luon.net
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=200912)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=200912)
proposed patch

The following pipeline fails:

gst-launch-0.10 v4l2src !
video/x-raw-yuv,width=320,height=240,pixel-aspect-ratio=[1/2147483647,
2147483647/1 ]  ! xvimagesink

v4l2src tries to fixate the pixel-aspect-ratio to 1/2147483647, which
xvimagesink is rightfully unhappy with. 

v4l2src doesn't support any non-square pixel-aspect-ratios (or at least
determining this is the case), so it should exposes 1/1 in its caps

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