[PATCH resend 1/2] winegstreamer: Don't set the buffer offset in request_buffer_src().

Zebediah Figura z.figura12 at gmail.com
Thu Sep 24 22:22:54 CDT 2020


Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
Seems this one got lost in the mail somehow...

 dlls/winegstreamer/gstdemux.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/winegstreamer/gstdemux.c b/dlls/winegstreamer/gstdemux.c
index 724ac8fd25f..9a9fe01936b 100644
--- a/dlls/winegstreamer/gstdemux.c
+++ b/dlls/winegstreamer/gstdemux.c
@@ -906,7 +906,6 @@ static GstFlowReturn request_buffer_src(GstPad *pad, GstObject *parent, guint64
         return GST_FLOW_ERROR;
     }
 
-    GST_BUFFER_OFFSET(*buf) = ofs;
     return GST_FLOW_OK;
 }
 
-- 
2.28.0




More information about the wine-devel mailing list