winegstreamer: Handle GST_EVENT_RECONFIGURE.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura 2019-09-08 13:55:06 -05:00 committed by Alexandre Julliard
parent c98c263266
commit 3619ff7517
1 changed files with 1 additions and 0 deletions

View File

@ -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;