All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] gstreamer/gst-plugins-good correct patch 0001-linux36.patch
@ 2015-12-09 13:40 Viacheslav Volkov
  2015-12-09 22:16 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Viacheslav Volkov @ 2015-12-09 13:40 UTC (permalink / raw)
  To: buildroot

Supress warning message

>>> gst-plugins-good 0.10.31 Patching

Applying 0001-linux36.patch using patch:
patching file sys/v4l2/gstv4l2bufferpool.c
Hunk #1 succeeded at 181 with fuzz 2 (offset -1 lines).
 
Signed-off-by: Viacheslav Volkov <sv99@inbox.ru>
---
 package/gstreamer/gst-plugins-good/0001-linux36.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/gstreamer/gst-plugins-good/0001-linux36.patch
b/package/gstreamer/gst-plugins-good/0001-linux36.patch
index 5d7cd93..99d62dd 100644
--- a/package/gstreamer/gst-plugins-good/0001-linux36.patch
+++ b/package/gstreamer/gst-plugins-good/0001-linux36.patch
@@ -25,13 +25,13 @@ diff --git a/sys/v4l2/gstv4l2bufferpool.c
b/sys/v4l2/gstv4l2bufferpool.c
 index 2e3a563..5aaed5a 100644
 --- a/sys/v4l2/gstv4l2bufferpool.c
 +++ b/sys/v4l2/gstv4l2bufferpool.c
-@@ -182,7 +182,6 @@ gst_v4l2_buffer_new (GstV4l2BufferPool * pool,
guint index, GstCaps * caps)
+@@ -181,7 +181,6 @@ gst_v4l2_buffer_new (GstV4l2BufferPool * pool,
guint index, GstCaps * caps)
      GST_LOG_OBJECT (pool->v4l2elem, "  MMAP offset:  %u",
          ret->vbuffer.m.offset);
    GST_LOG_OBJECT (pool->v4l2elem, "  length:    %u", ret->vbuffer.length);
 -  GST_LOG_OBJECT (pool->v4l2elem, "  input:     %u", ret->vbuffer.input);

-   ret->mmap_length = ret->vbuffer.length;
    data = (guint8 *) v4l2_mmap (0, ret->vbuffer.length,
+       PROT_READ | PROT_WRITE, MAP_SHARED, pool->video_fd,
 --
 cgit v0.9.0.2-2-gbebe
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] gstreamer/gst-plugins-good correct patch 0001-linux36.patch
  2015-12-09 13:40 [Buildroot] [PATCH] gstreamer/gst-plugins-good correct patch 0001-linux36.patch Viacheslav Volkov
@ 2015-12-09 22:16 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-12-09 22:16 UTC (permalink / raw)
  To: buildroot

Viacheslav,

On Wed, 9 Dec 2015 16:40:49 +0300, Viacheslav Volkov wrote:
> Supress warning message
> 
> >>> gst-plugins-good 0.10.31 Patching
> 
> Applying 0001-linux36.patch using patch:
> patching file sys/v4l2/gstv4l2bufferpool.c
> Hunk #1 succeeded at 181 with fuzz 2 (offset -1 lines).
>  
> Signed-off-by: Viacheslav Volkov <sv99@inbox.ru>

I'm sorry but your patch doesn't apply on top of master, I believe
because it was line wrapped. Can you send it with 'git send-email'
instead, which ensures that your e-mail client does not mess up the
patch ?

Thanks a lot!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-12-09 22:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-09 13:40 [Buildroot] [PATCH] gstreamer/gst-plugins-good correct patch 0001-linux36.patch Viacheslav Volkov
2015-12-09 22:16 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.