winegstreamer: Remove left over FIXME.

This commit is contained in:
Christian Costa 2012-11-21 09:48:42 +01:00 committed by Alexandre Julliard
parent 203b4fbff0
commit 1fcce23f34
1 changed files with 0 additions and 1 deletions

View File

@ -398,7 +398,6 @@ static HRESULT WINAPI Gstreamer_transform_Cleanup(TransformFilter *tf, PIN_DIREC
gst_object_unref(This->my_sink);
}
This->my_sink = This->my_src = This->their_sink = This->their_src = NULL;
FIXME("%p stub\n", This);
}
return S_OK;
}