[gstreamer-bugs] [Bug 536994] New: Improve v4l2src negotiation a bit more

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Jun 6 08:35:32 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=536994

  GStreamer | gst-plugins-good | Ver: HEAD CVS
           Summary: Improve v4l2src negotiation a bit more
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: sjoerd at luon.net
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


The last change to the v4l2src makes it try to pick an optimal resolution. This
currently only works nicely when the camera can actually deliver that
resolution.. Say my camera can do up to 1600x1200 and the various resolutions
it can provide includes 320x240, but not 300x200. In a pipeline with as target
resolution 320x240 the camera will actually capture at that size, but if you
request 300x200 then it'll capture at 1600x1200 and waste a lot of cpu on
downscaling

Instead if the intersection of the caps result in multiple (resolution) option
it should pick the smallest one greater then the resolution specified in the
first caps entry of the peer


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=536994.




More information about the Gstreamer-bugs mailing list