winegstreamer: Silence a harmless fixme.

This commit is contained in:
Maarten Lankhorst 2010-12-10 16:06:58 +01:00 committed by Alexandre Julliard
parent 220d610b3d
commit ea397d2599
1 changed files with 3 additions and 1 deletions

View File

@ -360,7 +360,9 @@ static gboolean event_src(GstPad *pad, GstEvent *event) {
LeaveCriticalSection(&This->filter.csFilter);
break;
default:
FIXME("%p stub\n", event);
FIXME("%p (%u) stub\n", event, event->type);
case GST_EVENT_TAG:
case GST_EVENT_QOS:
return gst_pad_event_default(pad, event);
}
return 1;