Maarten Lankhorst : winegstreamer: Clarify FIXME.

Alexandre Julliard julliard at winehq.org
Tue Nov 9 13:13:23 CST 2010


Module: wine
Branch: master
Commit: 76a976d049ee5f57d02aab6cf3988228bde7f3dc
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=76a976d049ee5f57d02aab6cf3988228bde7f3dc

Author: Maarten Lankhorst <m.b.lankhorst at gmail.com>
Date:   Sun Nov  7 16:18:30 2010 +0100

winegstreamer: Clarify FIXME.

---

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

diff --git a/dlls/winegstreamer/gstdemux.c b/dlls/winegstreamer/gstdemux.c
index 4f053f7..6c37a27 100644
--- a/dlls/winegstreamer/gstdemux.c
+++ b/dlls/winegstreamer/gstdemux.c
@@ -888,7 +888,8 @@ 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 * (int)sizeof(void*));
         return E_FAIL;
     }
     g_signal_connect(This->gstfilter, "new-decoded-pad", G_CALLBACK(existing_new_pad), This);




More information about the wine-cvs mailing list