[gst-cvs] rbultje gst-plugins: gst-plugins/ gst-plugins/sys/v4l2/
Ronald S. Bultje
rbultje at freedesktop.org
Thu Jun 9 09:48:19 PDT 2005
CVS Root: /cvs/gstreamer
Module: gst-plugins
Changes by: rbultje
Date: Thu Jun 09 2005 09:44:43 PDT
Branch: BRANCH-GSTREAMER-0_8
Log message:
* sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
Don't use bytesused/length of a buffer for GST_BUFFER_SIZE(),
since length is the allocated length in the kernel, which may
be more, and bytesused is not set by all drivers and may be
less if part of the frame was lost. Instead, use the calculated
piximage size. Fixes #301718.
Modified files:
. : ChangeLog
sys/v4l2 : gstv4l2src.c
Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins/ChangeLog.diff?r1=1.1641.2.227&r2=1.1641.2.228
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins/sys/v4l2/gstv4l2src.c.diff?r1=1.36&r2=1.36.2.1
More information about the Gstreamer-commits
mailing list