[PATCH 09/11] winestreamer: Add stub bytestream handler and source.

Marvin testbot at winehq.org
Tue Feb 4 11:44:21 CST 2020


Hi,

While running your changed tests, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?

Full results can be found at:
https://testbot.winehq.org/JobDetails.pl?Key=64513

Your paranoid android.


=== debian10 (build log) ===

../../../wine/dlls/winegstreamer/../mf/handler.h:12:68: error: unknown type name ‘MF_OBJECT_TYPE’; did you mean ‘IMPORT_OBJECT_TYPE’?
../../../wine/dlls/winegstreamer/../mf/handler.h:19:5: error: unknown type name ‘p_create_object_callback’
../../../wine/dlls/winegstreamer/../mf/handler.h:22:49: error: unknown type name ‘p_create_object_callback’
../../../wine/dlls/winegstreamer/../mf/handler.h:28:9: error: unknown type name ‘MF_OBJECT_TYPE’; did you mean ‘IMPORT_OBJECT_TYPE’?
../../../wine/dlls/winegstreamer/media_source.c:19:5: error: unknown type name ‘IMFMediaSource’
../../../wine/dlls/winegstreamer/media_source.c:34:61: error: unknown type name ‘IMFMediaSource’; did you mean ‘IMFMediaType’?
../../../wine/dlls/winegstreamer/media_source.c:39:51: error: unknown type name ‘IMFMediaSource’; did you mean ‘IMFMediaType’?
../../../wine/dlls/winegstreamer/media_source.c:62:41: error: unknown type name ‘IMFMediaSource’; did you mean ‘IMFMediaType’?
../../../wine/dlls/winegstreamer/media_source.c:72:42: error: unknown type name ‘IMFMediaSource’; did you mean ‘IMFMediaType’?
../../../wine/dlls/winegstreamer/media_source.c:89:45: error: unknown type name ‘IMFMediaSource’; did you mean ‘IMFMediaType’?
../../../wine/dlls/winegstreamer/media_source.c:101:50: error: unknown type name ‘IMFMediaSource’; did you mean ‘IMFMediaType’?
../../../wine/dlls/winegstreamer/media_source.c:113:48: error: unknown type name ‘IMFMediaSource’; did you mean ‘IMFMediaType’?
../../../wine/dlls/winegstreamer/media_source.c:125:47: error: unknown type name ‘IMFMediaSource’; did you mean ‘IMFMediaType’?
../../../wine/dlls/winegstreamer/media_source.c:138:55: error: unknown type name ‘IMFMediaSource’; did you mean ‘IMFMediaType’?
../../../wine/dlls/winegstreamer/media_source.c:150:65: error: unknown type name ‘IMFMediaSource’; did you mean ‘IMFMediaType’?
../../../wine/dlls/winegstreamer/media_source.c:150:88: error: unknown type name ‘IMFPresentationDescriptor’; did you mean ‘IPropertyDescription’?
../../../wine/dlls/winegstreamer/media_source.c:162:42: error: unknown type name ‘IMFMediaSource’; did you mean ‘IMFMediaType’?
../../../wine/dlls/winegstreamer/media_source.c:162:65: error: unknown type name ‘IMFPresentationDescriptor’; did you mean ‘IPropertyDescription’?
../../../wine/dlls/winegstreamer/media_source.c:177:41: error: unknown type name ‘IMFMediaSource’; did you mean ‘IMFMediaType’?
../../../wine/dlls/winegstreamer/media_source.c:189:42: error: unknown type name ‘IMFMediaSource’; did you mean ‘IMFMediaType’?
../../../wine/dlls/winegstreamer/media_source.c:209:45: error: unknown type name ‘IMFMediaSource’; did you mean ‘IMFMediaType’?
../../../wine/dlls/winegstreamer/media_source.c:219:14: error: unknown type name ‘IMFMediaSourceVtbl’
../../../wine/dlls/winegstreamer/media_source.c:221:5: error: ‘media_source_QueryInterface’ undeclared here (not in a function); did you mean ‘IDropSource_QueryInterface’?
../../../wine/dlls/winegstreamer/media_source.c:222:5: error: ‘media_source_AddRef’ undeclared here (not in a function); did you mean ‘media_source_teardown’?
../../../wine/dlls/winegstreamer/media_source.c:223:5: error: ‘media_source_Release’ undeclared here (not in a function); did you mean ‘media_source_teardown’?
../../../wine/dlls/winegstreamer/media_source.c:224:5: error: ‘media_source_GetEvent’ undeclared here (not in a function); did you mean ‘media_source_teardown’?
../../../wine/dlls/winegstreamer/media_source.c:225:5: error: ‘media_source_BeginGetEvent’ undeclared here (not in a function); did you mean ‘media_source_teardown’?
../../../wine/dlls/winegstreamer/media_source.c:226:5: error: ‘media_source_EndGetEvent’ undeclared here (not in a function); did you mean ‘media_source_teardown’?
../../../wine/dlls/winegstreamer/media_source.c:227:5: error: ‘media_source_QueueEvent’ undeclared here (not in a function); did you mean ‘media_source_teardown’?
../../../wine/dlls/winegstreamer/media_source.c:228:5: error: ‘media_source_GetCharacteristics’ undeclared here (not in a function); did you mean ‘AvSetMmThreadCharacteristics’?
../../../wine/dlls/winegstreamer/media_source.c:229:5: error: ‘media_source_CreatePresentationDescriptor’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/media_source.c:230:5: error: ‘media_source_Start’ undeclared here (not in a function); did you mean ‘media_source_teardown’?
../../../wine/dlls/winegstreamer/media_source.c:231:5: error: ‘media_source_Stop’ undeclared here (not in a function); did you mean ‘media_source’?
../../../wine/dlls/winegstreamer/media_source.c:232:5: error: ‘media_source_Pause’ undeclared here (not in a function); did you mean ‘media_source’?
../../../wine/dlls/winegstreamer/media_source.c:233:5: error: ‘media_source_Shutdown’ undeclared here (not in a function); did you mean ‘media_source_teardown’?
../../../wine/dlls/winegstreamer/media_source.c:250:31: error: request for member ‘lpVtbl’ in something not a structure or union
../../../wine/dlls/winegstreamer/media_source.c:268:5: error: unknown type name ‘IMFByteStreamHandler’
../../../wine/dlls/winegstreamer/media_source.c:274:72: error: unknown type name ‘IMFByteStreamHandler’; did you mean ‘IMFByteStreamVtbl’?
../../../wine/dlls/winegstreamer/media_source.c:279:63: error: unknown type name ‘IMFByteStreamHandler’; did you mean ‘IMFByteStreamVtbl’?
../../../wine/dlls/winegstreamer/media_source.c:296:53: error: unknown type name ‘IMFByteStreamHandler’; did you mean ‘IMFByteStreamVtbl’?
../../../wine/dlls/winegstreamer/media_source.c:306:54: error: unknown type name ‘IMFByteStreamHandler’; did you mean ‘IMFByteStreamVtbl’?
../../../wine/dlls/winegstreamer/media_source.c:321:66: error: unknown type name ‘IMFByteStreamHandler’; did you mean ‘IMFByteStreamVtbl’?
../../../wine/dlls/winegstreamer/media_source.c:330:64: error: unknown type name ‘IMFByteStreamHandler’; did you mean ‘IMFByteStreamVtbl’?
../../../wine/dlls/winegstreamer/media_source.c:331:9: error: unknown type name ‘MF_OBJECT_TYPE’; did you mean ‘IMPORT_OBJECT_TYPE’?
../../../wine/dlls/winegstreamer/media_source.c:339:69: error: unknown type name ‘IMFByteStreamHandler’; did you mean ‘IMFByteStreamVtbl’?
../../../wine/dlls/winegstreamer/media_source.c:347:89: error: unknown type name ‘IMFByteStreamHandler’; did you mean ‘IMFByteStreamVtbl’?
../../../wine/dlls/winegstreamer/media_source.c:353:14: error: unknown type name ‘IMFByteStreamHandlerVtbl’
../../../wine/dlls/winegstreamer/media_source.c:355:5: error: ‘container_stream_handler_QueryInterface’ undeclared here (not in a function); did you mean ‘container_stream_handler_construct’?
../../../wine/dlls/winegstreamer/media_source.c:356:5: error: ‘container_stream_handler_AddRef’ undeclared here (not in a function); did you mean ‘container_stream_handler_vtbl’?
../../../wine/dlls/winegstreamer/media_source.c:357:5: error: ‘container_stream_handler_Release’ undeclared here (not in a function); did you mean ‘container_stream_handler_vtbl’?
../../../wine/dlls/winegstreamer/media_source.c:358:5: error: ‘container_stream_handler_BeginCreateObject’ undeclared here (not in a function); did you mean ‘container_stream_handler_construct’?
../../../wine/dlls/winegstreamer/media_source.c:359:5: error: ‘container_stream_handler_EndCreateObject’ undeclared here (not in a function); did you mean ‘container_stream_handler_construct’?
../../../wine/dlls/winegstreamer/media_source.c:360:5: error: ‘container_stream_handler_CancelObjectCreation’ undeclared here (not in a function); did you mean ‘container_stream_handler_construct’?
../../../wine/dlls/winegstreamer/media_source.c:361:5: error: ‘container_stream_handler_GetMaxNumberOfBytesRequiredForResolution’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/media_source.c:365:91: error: unknown type name ‘MF_OBJECT_TYPE’; did you mean ‘IMPORT_OBJECT_TYPE’?
../../../wine/dlls/winegstreamer/media_source.c:403:39: error: ‘container_stream_handler_create_object’ undeclared (first use in this function); did you mean ‘container_stream_handler_construct’?
../../../wine/dlls/winegstreamer/media_source.c:406:37: error: request for member ‘lpVtbl’ in something not a structure or union
Task: The win32 build failed

=== debian10 (build log) ===

../../../wine/dlls/winegstreamer/../mf/handler.h:12:68: error: unknown type name ‘MF_OBJECT_TYPE’; did you mean ‘IMPORT_OBJECT_TYPE’?
../../../wine/dlls/winegstreamer/../mf/handler.h:19:5: error: unknown type name ‘p_create_object_callback’
../../../wine/dlls/winegstreamer/../mf/handler.h:22:49: error: unknown type name ‘p_create_object_callback’
../../../wine/dlls/winegstreamer/../mf/handler.h:28:9: error: unknown type name ‘MF_OBJECT_TYPE’; did you mean ‘IMPORT_OBJECT_TYPE’?
../../../wine/dlls/winegstreamer/media_source.c:19:5: error: unknown type name ‘IMFMediaSource’
../../../wine/dlls/winegstreamer/media_source.c:34:61: error: unknown type name ‘IMFMediaSource’; did you mean ‘IMFMediaType’?
../../../wine/dlls/winegstreamer/media_source.c:39:51: error: unknown type name ‘IMFMediaSource’; did you mean ‘IMFMediaType’?
../../../wine/dlls/winegstreamer/media_source.c:62:41: error: unknown type name ‘IMFMediaSource’; did you mean ‘IMFMediaType’?
../../../wine/dlls/winegstreamer/media_source.c:72:42: error: unknown type name ‘IMFMediaSource’; did you mean ‘IMFMediaType’?
../../../wine/dlls/winegstreamer/media_source.c:89:45: error: unknown type name ‘IMFMediaSource’; did you mean ‘IMFMediaType’?
../../../wine/dlls/winegstreamer/media_source.c:101:50: error: unknown type name ‘IMFMediaSource’; did you mean ‘IMFMediaType’?
../../../wine/dlls/winegstreamer/media_source.c:113:48: error: unknown type name ‘IMFMediaSource’; did you mean ‘IMFMediaType’?
../../../wine/dlls/winegstreamer/media_source.c:125:47: error: unknown type name ‘IMFMediaSource’; did you mean ‘IMFMediaType’?
../../../wine/dlls/winegstreamer/media_source.c:138:55: error: unknown type name ‘IMFMediaSource’; did you mean ‘IMFMediaType’?
../../../wine/dlls/winegstreamer/media_source.c:150:65: error: unknown type name ‘IMFMediaSource’; did you mean ‘IMFMediaType’?
../../../wine/dlls/winegstreamer/media_source.c:150:88: error: unknown type name ‘IMFPresentationDescriptor’; did you mean ‘IPropertyDescription’?
../../../wine/dlls/winegstreamer/media_source.c:162:42: error: unknown type name ‘IMFMediaSource’; did you mean ‘IMFMediaType’?
../../../wine/dlls/winegstreamer/media_source.c:162:65: error: unknown type name ‘IMFPresentationDescriptor’; did you mean ‘IPropertyDescription’?
../../../wine/dlls/winegstreamer/media_source.c:177:41: error: unknown type name ‘IMFMediaSource’; did you mean ‘IMFMediaType’?
../../../wine/dlls/winegstreamer/media_source.c:189:42: error: unknown type name ‘IMFMediaSource’; did you mean ‘IMFMediaType’?
../../../wine/dlls/winegstreamer/media_source.c:209:45: error: unknown type name ‘IMFMediaSource’; did you mean ‘IMFMediaType’?
../../../wine/dlls/winegstreamer/media_source.c:219:14: error: unknown type name ‘IMFMediaSourceVtbl’
../../../wine/dlls/winegstreamer/media_source.c:221:5: error: ‘media_source_QueryInterface’ undeclared here (not in a function); did you mean ‘IDropSource_QueryInterface’?
../../../wine/dlls/winegstreamer/media_source.c:222:5: error: ‘media_source_AddRef’ undeclared here (not in a function); did you mean ‘media_source_teardown’?
../../../wine/dlls/winegstreamer/media_source.c:223:5: error: ‘media_source_Release’ undeclared here (not in a function); did you mean ‘media_source_teardown’?
../../../wine/dlls/winegstreamer/media_source.c:224:5: error: ‘media_source_GetEvent’ undeclared here (not in a function); did you mean ‘media_source_teardown’?
../../../wine/dlls/winegstreamer/media_source.c:225:5: error: ‘media_source_BeginGetEvent’ undeclared here (not in a function); did you mean ‘media_source_teardown’?
../../../wine/dlls/winegstreamer/media_source.c:226:5: error: ‘media_source_EndGetEvent’ undeclared here (not in a function); did you mean ‘media_source_teardown’?
../../../wine/dlls/winegstreamer/media_source.c:227:5: error: ‘media_source_QueueEvent’ undeclared here (not in a function); did you mean ‘media_source_teardown’?
../../../wine/dlls/winegstreamer/media_source.c:228:5: error: ‘media_source_GetCharacteristics’ undeclared here (not in a function); did you mean ‘AvSetMmThreadCharacteristics’?
../../../wine/dlls/winegstreamer/media_source.c:229:5: error: ‘media_source_CreatePresentationDescriptor’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/media_source.c:230:5: error: ‘media_source_Start’ undeclared here (not in a function); did you mean ‘media_source_teardown’?
../../../wine/dlls/winegstreamer/media_source.c:231:5: error: ‘media_source_Stop’ undeclared here (not in a function); did you mean ‘media_source’?
../../../wine/dlls/winegstreamer/media_source.c:232:5: error: ‘media_source_Pause’ undeclared here (not in a function); did you mean ‘media_source’?
../../../wine/dlls/winegstreamer/media_source.c:233:5: error: ‘media_source_Shutdown’ undeclared here (not in a function); did you mean ‘media_source_teardown’?
../../../wine/dlls/winegstreamer/media_source.c:250:31: error: request for member ‘lpVtbl’ in something not a structure or union
../../../wine/dlls/winegstreamer/media_source.c:268:5: error: unknown type name ‘IMFByteStreamHandler’
../../../wine/dlls/winegstreamer/media_source.c:274:72: error: unknown type name ‘IMFByteStreamHandler’; did you mean ‘IMFByteStreamVtbl’?
../../../wine/dlls/winegstreamer/media_source.c:279:63: error: unknown type name ‘IMFByteStreamHandler’; did you mean ‘IMFByteStreamVtbl’?
../../../wine/dlls/winegstreamer/media_source.c:296:53: error: unknown type name ‘IMFByteStreamHandler’; did you mean ‘IMFByteStreamVtbl’?
../../../wine/dlls/winegstreamer/media_source.c:306:54: error: unknown type name ‘IMFByteStreamHandler’; did you mean ‘IMFByteStreamVtbl’?
../../../wine/dlls/winegstreamer/media_source.c:321:66: error: unknown type name ‘IMFByteStreamHandler’; did you mean ‘IMFByteStreamVtbl’?
../../../wine/dlls/winegstreamer/media_source.c:330:64: error: unknown type name ‘IMFByteStreamHandler’; did you mean ‘IMFByteStreamVtbl’?
../../../wine/dlls/winegstreamer/media_source.c:331:9: error: unknown type name ‘MF_OBJECT_TYPE’; did you mean ‘IMPORT_OBJECT_TYPE’?
../../../wine/dlls/winegstreamer/media_source.c:339:69: error: unknown type name ‘IMFByteStreamHandler’; did you mean ‘IMFByteStreamVtbl’?
../../../wine/dlls/winegstreamer/media_source.c:347:89: error: unknown type name ‘IMFByteStreamHandler’; did you mean ‘IMFByteStreamVtbl’?
../../../wine/dlls/winegstreamer/media_source.c:353:14: error: unknown type name ‘IMFByteStreamHandlerVtbl’
../../../wine/dlls/winegstreamer/media_source.c:355:5: error: ‘container_stream_handler_QueryInterface’ undeclared here (not in a function); did you mean ‘container_stream_handler_construct’?
../../../wine/dlls/winegstreamer/media_source.c:356:5: error: ‘container_stream_handler_AddRef’ undeclared here (not in a function); did you mean ‘container_stream_handler_vtbl’?
../../../wine/dlls/winegstreamer/media_source.c:357:5: error: ‘container_stream_handler_Release’ undeclared here (not in a function); did you mean ‘container_stream_handler_vtbl’?
../../../wine/dlls/winegstreamer/media_source.c:358:5: error: ‘container_stream_handler_BeginCreateObject’ undeclared here (not in a function); did you mean ‘container_stream_handler_construct’?
../../../wine/dlls/winegstreamer/media_source.c:359:5: error: ‘container_stream_handler_EndCreateObject’ undeclared here (not in a function); did you mean ‘container_stream_handler_construct’?
../../../wine/dlls/winegstreamer/media_source.c:360:5: error: ‘container_stream_handler_CancelObjectCreation’ undeclared here (not in a function); did you mean ‘container_stream_handler_construct’?
../../../wine/dlls/winegstreamer/media_source.c:361:5: error: ‘container_stream_handler_GetMaxNumberOfBytesRequiredForResolution’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/media_source.c:365:91: error: unknown type name ‘MF_OBJECT_TYPE’; did you mean ‘IMPORT_OBJECT_TYPE’?
../../../wine/dlls/winegstreamer/media_source.c:403:39: error: ‘container_stream_handler_create_object’ undeclared (first use in this function); did you mean ‘container_stream_handler_construct’?
../../../wine/dlls/winegstreamer/media_source.c:406:37: error: request for member ‘lpVtbl’ in something not a structure or union
Task: The wow64 build failed



More information about the wine-devel mailing list