[PATCH 1/5] winegstreamer: Do not handle GST_EVENT_TAG in event_src().

Zebediah Figura z.figura12 at gmail.com
Mon Jan 18 21:57:17 CST 2021


GST_EVENT_TAG is a downstream-only event.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
 dlls/winegstreamer/gstdemux.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/winegstreamer/gstdemux.c b/dlls/winegstreamer/gstdemux.c
index d6b47e871d5..f45036ae946 100644
--- a/dlls/winegstreamer/gstdemux.c
+++ b/dlls/winegstreamer/gstdemux.c
@@ -647,7 +647,6 @@ static gboolean event_src(GstPad *pad, GstObject *parent, GstEvent *event)
             break;
         default:
             WARN("Ignoring \"%s\" event.\n", GST_EVENT_TYPE_NAME(event));
-        case GST_EVENT_TAG:
         case GST_EVENT_QOS:
         case GST_EVENT_RECONFIGURE:
             return gst_pad_event_default(pad, parent, event);
-- 
2.30.0




More information about the wine-devel mailing list