diff mbox series

[FFmpeg-devel] donotapply: Test automated email for build fail

Message ID 20200218224926.23103-1-andriy.gelman@gmail.com
State Not Applicable
Headers show
Series [FFmpeg-devel] donotapply: Test automated email for build fail | expand

Checks

Context Check Description
andriy/ffmpeg-patchwork fail Make failed

Commit Message

Andriy Gelman Feb. 18, 2020, 10:49 p.m. UTC
From: Andriy Gelman <andriy.gelman@gmail.com>

---
 libavformat/libzmq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Patchwork Feb. 18, 2020, 11 p.m. UTC | #1
Hello, 

Thank you for submitting a patch to ffmpeg-devel.
 
An error occurred during an automated build/fate test. Please review the following link for more details:
https://patchwork.ffmpeg.org/project/ffmpeg/patch/20200218224926.23103-1-andriy.gelman@gmail.com/

Thank you, 
ffmpeg-devel
Lou Logan Feb. 18, 2020, 11:33 p.m. UTC | #2
On Tue, Feb 18, 2020, at 2:00 PM, Patchwork wrote:
> Hello, 
> 
> Thank you for submitting a patch to ffmpeg-devel.
>  
> An error occurred during an automated build/fate test. Please review 
> the following link for more details:
> https://patchwork.ffmpeg.org/project/ffmpeg/patch/20200218224926.23103-1-andriy.gelman@gmail.com/
> 
> Thank you, 
> ffmpeg-devel

What is this message from?

Perhaps these messages should be sent to the patch author only. Otherwise it may create too much noise on ffmpeg-devel.
Andriy Gelman Feb. 19, 2020, 5:50 a.m. UTC | #3
On Tue, 18. Feb 14:33, Lou Logan wrote:
> On Tue, Feb 18, 2020, at 2:00 PM, Patchwork wrote:
> > Hello, 
> > 
> > Thank you for submitting a patch to ffmpeg-devel.
> >  
> > An error occurred during an automated build/fate test. Please review 
> > the following link for more details:
> > https://patchwork.ffmpeg.org/project/ffmpeg/patch/20200218224926.23103-1-andriy.gelman@gmail.com/
> > 
> > Thank you, 
> > ffmpeg-devel

> 
> What is this message from?
> 

It's from a Jenkins server that's running the build and fate tests.

> Perhaps these messages should be sent to the patch author only. Otherwise it may create too much noise on ffmpeg-devel.

I'll update to only send the email to patch authors.
diff mbox series

Patch

diff --git a/libavformat/libzmq.c b/libavformat/libzmq.c
index 8c8b294c921..7d9b13ad64c 100644
--- a/libavformat/libzmq.c
+++ b/libavformat/libzmq.c
@@ -159,7 +159,7 @@  static int zmq_proto_write(URLContext *h, const unsigned char *buf, int size)
 static int zmq_proto_read(URLContext *h, unsigned char *buf, int size)
 {
     int ret;
-    ZMQContext *s = h->priv_data;
+    AMQContext *s = h->priv_data;
 
     ret = zmq_proto_wait_timeout(h, s->socket, 0, h->rw_timeout, &h->interrupt_callback);
     if (ret)