Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tim-Philipp Müller
gst-plugins-good
Commits
5f89255b
Commit
5f89255b
authored
Apr 12, 2006
by
Edgard Gusmão Lima
Browse files
Fix to work in read mode.
Original commit message from CVS: Fix to work in read mode.
parent
70296aee
Changes
1
Hide whitespace changes
Inline
Side-by-side
sys/v4l2/gstv4l2src.c
View file @
5f89255b
...
...
@@ -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
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment