gstreamer/sys
Oleksij Rempel (Alexey Fisher) 4cd9255f0a v4l2src: fix v4l2_munmap() for compressed formats
Make sure we always call munmap() with the same size we called mmap()
with before.

Current v4l2src uses the same structure for VIDIOC_QUERYBUF, VIDIOC_QBUF
and v4l2_munmap calls. The problem is that the video buffer size (length)
may vary for compressed or emulated bufs. VIDIOC_QBUF will change it if
we pass the pointer of a v4l2_buffer. This is why we should avoid using
same variable for mmap and video buffers.

https://bugzilla.gnome.org/show_bug.cgi?id=671126
2012-03-03 13:07:40 +00:00
..
directsound various: fix pad template leaks 2011-11-28 13:30:27 +00:00
oss various: fix pad template leaks 2011-11-28 13:30:27 +00:00
oss4 Suppress deprecation warnings in selected files, for g_value_array_* mostly 2012-02-27 14:47:25 +01:00
osxaudio various: fix pad template leaks 2011-11-28 13:30:27 +00:00
osxvideo osxvideo: Fix leak of NSOpenGLPixelFormat object 2012-01-13 10:14:34 +00:00
sunaudio various: fix pad template leaks 2011-11-28 13:30:27 +00:00
v4l2 v4l2src: fix v4l2_munmap() for compressed formats 2012-03-03 13:07:40 +00:00
waveform waveformsink: Fix mingw warnings 2012-01-13 09:43:47 +00:00
ximage Work around deprecated thread API in glib master 2011-12-12 09:46:27 +00:00
Makefile.am waveform: add autotools bits for waveform plugin 2011-12-26 22:22:59 +00:00