mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
Fix to work in read mode.
Original commit message from CVS: Fix to work in read mode.
This commit is contained in:
parent
6cf93d4145
commit
86f9a0ed31
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-04-12 Edgard Lima <edgard.lima@indt.org.br>
|
||||
|
||||
* sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
|
||||
Fix to work in read mode.
|
||||
|
||||
2006-04-10 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
|
||||
|
|
|
@ -739,7 +739,6 @@ gst_v4l2src_get_read (GstV4l2Src * v4l2src, GstBuffer ** buf)
|
|||
do {
|
||||
*buf = gst_v4l2src_buffer_new (v4l2src, buffersize, NULL, NULL);
|
||||
GST_BUFFER_OFFSET (*buf) = GST_BUFFER_OFFSET_NONE;
|
||||
gst_buffer_set_caps (*buf, GST_PAD_CAPS (v4l2src->srcpad));
|
||||
|
||||
amount =
|
||||
read (GST_V4L2ELEMENT (v4l2src)->video_fd, GST_BUFFER_DATA (*buf),
|
||||
|
|
Loading…
Reference in a new issue