Module: wine Branch: master Commit: 622f2ce9915f1089f8e4550d6dbcfb6fb25289a6 URL: https://source.winehq.org/git/wine.git/?a=commit;h=622f2ce9915f1089f8e4550d6...
Author: Zebediah Figura z.figura12@gmail.com Date: Thu Sep 24 22:22:54 2020 -0500
winegstreamer: Don't set the buffer offset in request_buffer_src().
Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/winegstreamer/gstdemux.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/winegstreamer/gstdemux.c b/dlls/winegstreamer/gstdemux.c index 724ac8fd25..9a9fe01936 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; }