Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
10b67e99
Commit
10b67e99
authored
Mar 18, 2014
by
Nicolas Dufresne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v4l2transform: Ensure output pool is activated
That pool may be different then the internal pool.
parent
91efa79e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
sys/v4l2/gstv4l2transform.c
sys/v4l2/gstv4l2transform.c
+3
-0
No files found.
sys/v4l2/gstv4l2transform.c
View file @
10b67e99
...
...
@@ -439,6 +439,9 @@ gst_v4l2_transform_prepare_output_buffer (GstBaseTransform * trans,
pool
=
gst_base_transform_get_buffer_pool
(
trans
);
if
(
!
gst_buffer_pool_set_active
(
pool
,
TRUE
))
goto
activate_failed
;
GST_DEBUG_OBJECT
(
self
,
"Dequeue output buffer"
);
ret
=
gst_buffer_pool_acquire_buffer
(
pool
,
outbuf
,
NULL
);
g_object_unref
(
pool
);
...
...
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