Zebediah Figura : winegstreamer: Do not handle GST_EVENT_TAG in event_src().

Alexandre Julliard julliard at winehq.org
Tue Jan 19 15:43:59 CST 2021


Module: wine
Branch: master
Commit: 0529fe31689f796ab5e7a169b055775054898525
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=0529fe31689f796ab5e7a169b055775054898525

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Mon Jan 18 21:57:17 2021 -0600

winegstreamer: Do not handle GST_EVENT_TAG in event_src().

GST_EVENT_TAG is a downstream-only event.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at 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 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);




More information about the wine-cvs mailing list