[PATCH] winegstreamer: Remove useless FIXME.

Christian Costa titan.costa at gmail.com
Fri Apr 13 12:23:31 CDT 2012


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




More information about the wine-patches mailing list