[gstreamer-bugs] [Bug 577963] [v4l2src] broken image if rowstrides are not as expected by GStreamer

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun May 3 10:18:41 PDT 2009


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

  GStreamer | gst-plugins-good | Ver: 0.10.22

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk
            Summary|v4l2src doesn't work with   |[v4l2src] broken image if
                   |yuv420 and a 356x292        |rowstrides are not as
                   |resolution                  |expected by GStreamer




------- Comment #2 from Tim-Philipp Müller  2009-05-03 17:18 UTC -------
The strides and plane offsets for the various formats are implicit and are as
expected by X.

GStreamer currently doesn't support any other strides than the implied ones, so
v4l*src would need to memcpy the data into a buffer with the expected strides
if the driver delivers other strides than the ones we expect.

You can query the strides and offsets programmatically using
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstvideo.html#gst-video-format-get-row-stride
etc.


-- 
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=577963.




More information about the Gstreamer-bugs mailing list