gstreamer/sys
James Cowgill 51b83d5ca1 v4l2videodec: ensure pool exists before orphaning it
In commit e2ff87732d ("v4l2videodec: support orphaning") support for
orphaning the capture buffer pool was added when the format is
renegotiated. However, the commit forgot to check that a pool existed
before doing this. This is needed because it's possible for the format
to be renegotiated before a capture pool is allocated, which would
result in trying to orphan a NULL pool and lead to a NULL pointer
dereference.

Fix this by checking a pool exists first. If the pool doesn't exist,
there are no buffers to be reclaimed, so skip the allocation query in
that case.
2019-10-29 14:46:22 +00:00
..
directsound Remove autotools build system 2019-10-14 11:04:18 +01:00
oss Remove autotools build system 2019-10-14 11:04:18 +01:00
oss4 Remove autotools build system 2019-10-14 11:04:18 +01:00
osxaudio osxaudio: misspelled dependency 2019-10-14 15:33:30 +00:00
osxvideo Remove autotools build system 2019-10-14 11:04:18 +01:00
v4l2 v4l2videodec: ensure pool exists before orphaning it 2019-10-29 14:46:22 +00:00
waveform Remove autotools build system 2019-10-14 11:04:18 +01:00
ximage Remove autotools build system 2019-10-14 11:04:18 +01:00
meson.build meson: Add build files for osxaudio, osxvideo, waveform 2018-08-17 20:05:25 +05:30