[PATCH] winegstreamer: Clarify FIXME, try 2

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


---
Woops, 8*sizeof() is more correct
---
 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..1f93add 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", 8*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