Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
ba81eeb1
Commit
ba81eeb1
authored
Dec 12, 2013
by
Julien Isorce
Committed by
Nicolas Dufresne
Jan 10, 2014
Browse files
v4l2object: unref downstream pool
https://bugzilla.gnome.org/show_bug.cgi?id=720568
parent
c701dcd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
sys/v4l2/gstv4l2object.c
View file @
ba81eeb1
...
...
@@ -3292,6 +3292,8 @@ gst_v4l2_object_decide_allocation (GstV4l2Object * obj, GstQuery * query)
case
GST_V4L2_IO_USERPTR
:
case
GST_V4L2_IO_DMABUF
:
/* in streaming mode, prefer our own pool */
if
(
pool
)
gst_object_unref
(
pool
);
pool
=
GST_BUFFER_POOL_CAST
(
obj
->
pool
);
size
=
obj
->
sizeimage
;
max
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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