[PATCH 5/5] winegstreamer: Handle GST_EVENT_RECONFIGURE.

Zebediah Figura z.figura12 at gmail.com
Sun Sep 8 13:55:06 CDT 2019


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

diff --git a/dlls/winegstreamer/gstdemux.c b/dlls/winegstreamer/gstdemux.c
index 41afc222775..61e75b09234 100644
--- a/dlls/winegstreamer/gstdemux.c
+++ b/dlls/winegstreamer/gstdemux.c
@@ -408,6 +408,7 @@ static gboolean event_src(GstPad *pad, GstObject *parent, GstEvent *event)
             FIXME("%p (%u) stub\n", event, event->type);
         case GST_EVENT_TAG:
         case GST_EVENT_QOS:
+        case GST_EVENT_RECONFIGURE:
             return gst_pad_event_default(pad, parent, event);
     }
     return TRUE;
-- 
2.23.0




More information about the wine-devel mailing list