Module: wine Branch: master Commit: 1a5851f634efe9261b9bb98b32eb07e72d713437 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1a5851f634efe9261b9bb98b32... Author: Christian Costa <titan.costa(a)gmail.com> Date: Fri Apr 13 19:23:31 2012 +0200 winegstreamer: Remove useless FIXME. --- dlls/winegstreamer/gsttffilter.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/dlls/winegstreamer/gsttffilter.c b/dlls/winegstreamer/gsttffilter.c index 3a84f7a..03b854b 100644 --- a/dlls/winegstreamer/gsttffilter.c +++ b/dlls/winegstreamer/gsttffilter.c @@ -796,7 +796,6 @@ static HRESULT WINAPI Gstreamer_AudioConvert_SetMediaType(TransformFilter *tf, P NULL); hr = Gstreamer_transform_ConnectInput(This, amt, capsin, capsout); - FIXME("%08x\n", hr); gst_caps_unref(capsin); gst_caps_unref(capsout);