[PATCH 1/2] winegstreamer: Add helper for GstCaps <-> IMFMediaType conversion.

Marvin testbot at winehq.org
Tue Mar 24 14:45:38 CDT 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=68030

Your paranoid android.


=== debiant (build log) ===

../../../wine/dlls/winegstreamer/mfplat.c:37:5: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:43:71: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:48:54: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:65:44: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:75:45: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:94:55: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:104:54: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:113:52: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:119:58: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:119:89: error: unknown type name ‘MFT_INPUT_STREAM_INFO’
../../../wine/dlls/winegstreamer/mfplat.c:124:59: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:124:90: error: unknown type name ‘MFT_OUTPUT_STREAM_INFO’
../../../wine/dlls/winegstreamer/mfplat.c:129:53: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:141:64: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:147:65: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:160:57: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:167:55: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:174:61: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:182:62: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:190:52: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:197:53: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:204:59: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:211:60: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:218:54: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:225:55: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:232:55: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:239:52: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:246:54: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:246:75: error: unknown type name ‘MFT_MESSAGE_TYPE’; did you mean ‘GST_MESSAGE_TYPE’?
../../../wine/dlls/winegstreamer/mfplat.c:253:52: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:260:53: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:261:9: error: unknown type name ‘MFT_OUTPUT_DATA_BUFFER’; did you mean ‘DMO_OUTPUT_DATA_BUFFER’?
../../../wine/dlls/winegstreamer/mfplat.c:268:14: error: unknown type name ‘IMFTransformVtbl’
../../../wine/dlls/winegstreamer/mfplat.c:270:5: error: ‘video_processor_QueryInterface’ undeclared here (not in a function); did you mean ‘IMemAllocator_QueryInterface’?
../../../wine/dlls/winegstreamer/mfplat.c:271:5: error: ‘video_processor_AddRef’ undeclared here (not in a function); did you mean ‘video_processor_vtbl’?
../../../wine/dlls/winegstreamer/mfplat.c:272:5: error: ‘video_processor_Release’ undeclared here (not in a function); did you mean ‘video_processor_vtbl’?
../../../wine/dlls/winegstreamer/mfplat.c:273:5: error: ‘video_processor_GetStreamLimits’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:274:5: error: ‘video_processor_GetStreamCount’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:275:5: error: ‘video_processor_GetStreamIDs’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:276:5: error: ‘video_processor_GetInputStreamInfo’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:277:5: error: ‘video_processor_GetOutputStreamInfo’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:278:5: error: ‘video_processor_GetAttributes’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:279:5: error: ‘video_processor_GetInputStreamAttributes’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:280:5: error: ‘video_processor_GetOutputStreamAttributes’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:281:5: error: ‘video_processor_DeleteInputStream’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:282:5: error: ‘video_processor_AddInputStreams’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:283:5: error: ‘video_processor_GetInputAvailableType’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:284:5: error: ‘video_processor_GetOutputAvailableType’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:285:5: error: ‘video_processor_SetInputType’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:286:5: error: ‘video_processor_SetOutputType’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:287:5: error: ‘video_processor_GetInputCurrentType’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:288:5: error: ‘video_processor_GetOutputCurrentType’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:289:5: error: ‘video_processor_GetInputStatus’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:290:5: error: ‘video_processor_GetOutputStatus’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:291:5: error: ‘video_processor_SetOutputBounds’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:292:5: error: ‘video_processor_ProcessEvent’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:293:5: error: ‘video_processor_ProcessMessage’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:294:5: error: ‘video_processor_ProcessInput’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:295:5: error: ‘video_processor_ProcessOutput’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:388:31: error: request for member ‘lpVtbl’ in something not a structure or union
../../../wine/dlls/winegstreamer/mfplat.c:413:8: error: ‘CLSID_VideoProcessorMFT’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:497:57: error: ‘MF_MT_MPEG2_PROFILE’ undeclared (first use in this function)
../../../wine/dlls/winegstreamer/mfplat.c:508:57: error: ‘MF_MT_MPEG2_LEVEL’ undeclared (first use in this function)
../../../wine/dlls/winegstreamer/mfplat.c:787:57: error: ‘MF_MT_MPEG2_PROFILE’ undeclared (first use in this function)
../../../wine/dlls/winegstreamer/mfplat.c:800:57: error: ‘MF_MT_MPEG2_LEVEL’ undeclared (first use in this function)
Task: The win32 Wine build failed

=== debiant (build log) ===

../../../wine/dlls/winegstreamer/mfplat.c:37:5: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:43:71: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:48:54: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:65:44: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:75:45: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:94:55: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:104:54: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:113:52: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:119:58: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:119:89: error: unknown type name ‘MFT_INPUT_STREAM_INFO’
../../../wine/dlls/winegstreamer/mfplat.c:124:59: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:124:90: error: unknown type name ‘MFT_OUTPUT_STREAM_INFO’
../../../wine/dlls/winegstreamer/mfplat.c:129:53: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:141:64: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:147:65: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:160:57: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:167:55: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:174:61: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:182:62: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:190:52: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:197:53: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:204:59: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:211:60: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:218:54: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:225:55: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:232:55: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:239:52: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:246:54: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:246:75: error: unknown type name ‘MFT_MESSAGE_TYPE’; did you mean ‘GST_MESSAGE_TYPE’?
../../../wine/dlls/winegstreamer/mfplat.c:253:52: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:260:53: error: unknown type name ‘IMFTransform’
../../../wine/dlls/winegstreamer/mfplat.c:261:9: error: unknown type name ‘MFT_OUTPUT_DATA_BUFFER’; did you mean ‘DMO_OUTPUT_DATA_BUFFER’?
../../../wine/dlls/winegstreamer/mfplat.c:268:14: error: unknown type name ‘IMFTransformVtbl’
../../../wine/dlls/winegstreamer/mfplat.c:270:5: error: ‘video_processor_QueryInterface’ undeclared here (not in a function); did you mean ‘IMemAllocator_QueryInterface’?
../../../wine/dlls/winegstreamer/mfplat.c:271:5: error: ‘video_processor_AddRef’ undeclared here (not in a function); did you mean ‘video_processor_vtbl’?
../../../wine/dlls/winegstreamer/mfplat.c:272:5: error: ‘video_processor_Release’ undeclared here (not in a function); did you mean ‘video_processor_vtbl’?
../../../wine/dlls/winegstreamer/mfplat.c:273:5: error: ‘video_processor_GetStreamLimits’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:274:5: error: ‘video_processor_GetStreamCount’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:275:5: error: ‘video_processor_GetStreamIDs’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:276:5: error: ‘video_processor_GetInputStreamInfo’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:277:5: error: ‘video_processor_GetOutputStreamInfo’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:278:5: error: ‘video_processor_GetAttributes’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:279:5: error: ‘video_processor_GetInputStreamAttributes’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:280:5: error: ‘video_processor_GetOutputStreamAttributes’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:281:5: error: ‘video_processor_DeleteInputStream’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:282:5: error: ‘video_processor_AddInputStreams’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:283:5: error: ‘video_processor_GetInputAvailableType’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:284:5: error: ‘video_processor_GetOutputAvailableType’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:285:5: error: ‘video_processor_SetInputType’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:286:5: error: ‘video_processor_SetOutputType’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:287:5: error: ‘video_processor_GetInputCurrentType’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:288:5: error: ‘video_processor_GetOutputCurrentType’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:289:5: error: ‘video_processor_GetInputStatus’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:290:5: error: ‘video_processor_GetOutputStatus’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:291:5: error: ‘video_processor_SetOutputBounds’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:292:5: error: ‘video_processor_ProcessEvent’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:293:5: error: ‘video_processor_ProcessMessage’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:294:5: error: ‘video_processor_ProcessInput’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:295:5: error: ‘video_processor_ProcessOutput’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:388:31: error: request for member ‘lpVtbl’ in something not a structure or union
../../../wine/dlls/winegstreamer/mfplat.c:413:8: error: ‘CLSID_VideoProcessorMFT’ undeclared here (not in a function)
../../../wine/dlls/winegstreamer/mfplat.c:497:57: error: ‘MF_MT_MPEG2_PROFILE’ undeclared (first use in this function)
../../../wine/dlls/winegstreamer/mfplat.c:508:57: error: ‘MF_MT_MPEG2_LEVEL’ undeclared (first use in this function)
../../../wine/dlls/winegstreamer/mfplat.c:787:57: error: ‘MF_MT_MPEG2_PROFILE’ undeclared (first use in this function)
../../../wine/dlls/winegstreamer/mfplat.c:800:57: error: ‘MF_MT_MPEG2_LEVEL’ undeclared (first use in this function)
Task: The wow64 Wine build failed



More information about the wine-devel mailing list