Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
17e52f6a
Commit
17e52f6a
authored
Oct 05, 2015
by
Ayaka
Committed by
Nicolas Dufresne
May 24, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v4l2pool: Fix wrong error message
https://bugzilla.gnome.org/show_bug.cgi?id=728438
parent
342de49b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sys/v4l2/gstv4l2bufferpool.c
sys/v4l2/gstv4l2bufferpool.c
+1
-1
No files found.
sys/v4l2/gstv4l2bufferpool.c
View file @
17e52f6a
...
...
@@ -857,7 +857,7 @@ no_buffers:
}
start_failed:
{
GST_ERROR_OBJECT
(
pool
,
"
failed to start streaming
"
);
GST_ERROR_OBJECT
(
pool
,
"
allocate failed
"
);
return
FALSE
;
}
other_pool_failed:
...
...
Write
Preview
Markdown
is supported
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