[PATCH 4/4] winegstreamer: Clarify FIXME

Maarten Lankhorst m.b.lankhorst at gmail.com
Sun Nov 7 09:13:58 CST 2010


---
 dlls/winegstreamer/gstdemux.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/winegstreamer/gstdemux.c b/dlls/winegstreamer/gstdemux.c
index 4f053f7..960e555 100644
--- a/dlls/winegstreamer/gstdemux.c
+++ b/dlls/winegstreamer/gstdemux.c
@@ -888,7 +888,7 @@ static HRESULT GST_Connect(GSTInPin *pPin, IPin *pConnectPin, ALLOCATOR_PROPERTI
 
     This->gstfilter = gst_element_factory_make("decodebin2", NULL);
     if (!This->gstfilter) {
-        FIXME("Could not make source filter, are gstreamer-plugins-* installed?\n");
+        FIXME("Could not make source filter, are gstreamer-plugins-* installed for %u bits?\n", sizeof(void*));
         return E_FAIL;
     }
     g_signal_connect(This->gstfilter, "new-decoded-pad", G_CALLBACK(existing_new_pad), This);
-- 
1.7.1




More information about the wine-patches mailing list