Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: media-plugins/gst-plugins-v4l2/files/
Date: Thu, 01 Nov 2012 22:50:48
Message-Id: 1351809114.fe3e95b2be08183c9f3352dfd24fd2c8a3997411.eva@gentoo
1 commit: fe3e95b2be08183c9f3352dfd24fd2c8a3997411
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 1 22:31:47 2012 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 1 22:31:54 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=fe3e95b2
7
8 media-plugins/gst-plugins-v4l2: drop useless patches
9
10 ---
11 ...st-plugins-v4l2-0.10.31-linux-headers-3.6.patch | 38 --------------------
12 1 files changed, 0 insertions(+), 38 deletions(-)
13
14 diff --git a/media-plugins/gst-plugins-v4l2/files/gst-plugins-v4l2-0.10.31-linux-headers-3.6.patch b/media-plugins/gst-plugins-v4l2/files/gst-plugins-v4l2-0.10.31-linux-headers-3.6.patch
15 deleted file mode 100644
16 index 919b19b..0000000
17 --- a/media-plugins/gst-plugins-v4l2/files/gst-plugins-v4l2-0.10.31-linux-headers-3.6.patch
18 +++ /dev/null
19 @@ -1,38 +0,0 @@
20 -From 968a3dac9959c2a6ae4ff619535db15b37446ce4 Mon Sep 17 00:00:00 2001
21 -From: Matthias Clasen <mclasen@××××××.com>
22 -Date: Thu, 9 Aug 2012 08:35:23 +0100
23 -Subject: [PATCH] v4l2: fix build with recent kernels, the v4l2_buffer input
24 - field was removed
25 -
26 -This was unused apparently and removed in the kernel in commit:
27 -
28 - From 2b719d7baf490e24ce7d817c6337b7c87fda84c1 Mon Sep 17 00:00:00 2001
29 - From: Sakari Ailus <sakari.ailus@×××.fi>
30 - Date: Wed, 2 May 2012 09:40:03 -0300
31 - Subject: [PATCH] [media] v4l: drop v4l2_buffer.input and V4L2_BUF_FLAG_INPUT
32 -
33 - Remove input field in struct v4l2_buffer and flag V4L2_BUF_FLAG_INPUT which
34 - tells the former is valid. The flag is used by no driver currently.
35 -
36 -https://bugzilla.gnome.org/show_bug.cgi?id=681491
37 -
38 -[Alexandre Rostovtsev <tetromino@g.o>: backport to 0.10.31]
39 ----
40 - sys/v4l2/gstv4l2bufferpool.c | 1 -
41 - 1 file changed, 1 deletion(-)
42 -
43 -diff --git a/sys/v4l2/gstv4l2bufferpool.c b/sys/v4l2/gstv4l2bufferpool.c
44 -index b81c6a4..51cc0ce 100644
45 ---- a/sys/v4l2/gstv4l2bufferpool.c
46 -+++ b/sys/v4l2/gstv4l2bufferpool.c
47 -@@ -181,7 +181,6 @@ gst_v4l2_buffer_new (GstV4l2BufferPool * pool, guint index, GstCaps * caps)
48 - GST_LOG_OBJECT (pool->v4l2elem, " MMAP offset: %u",
49 - ret->vbuffer.m.offset);
50 - GST_LOG_OBJECT (pool->v4l2elem, " length: %u", ret->vbuffer.length);
51 -- GST_LOG_OBJECT (pool->v4l2elem, " input: %u", ret->vbuffer.input);
52 -
53 - data = (guint8 *) v4l2_mmap (0, ret->vbuffer.length,
54 - PROT_READ | PROT_WRITE, MAP_SHARED, pool->video_fd,
55 ---
56 -1.7.12.3
57 -