Samsung/kv2streamer

kv2Streamer not running in x64 Configuration

sujithrobinson opened this issue · 1 comments

Hi ,
I am trying to run the kv2streamer in x64 architecture in Visual studio 2012 of windows platform .I have modified all supporting dlls in to x64 .

I am getting following Linker error .

error LNK2019: unresolved external symbol gst_app_src_set_callbacks referenced in function "public: void __cdecl kv2s::GstAppSrcPipeline::Initialize(class std::basic_string<char,struct std::char_traits,class std::allocator >)" (?Initialize@GstAppSrcPipeline@kv2s@@QEAAXV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@@z)

error LNK2019: unresolved external symbol gst_app_sink_set_drop referenced in function "public: void __cdecl kv2s::GstAppSinkPipeline::Initialize(class std::basic_string<char,struct std::char_traits,class std::allocator >)"

error LNK2019: unresolved external symbol gst_app_sink_pull_preroll referenced in function "private: static enum GstFlowReturn __cdecl

Please suggest me which gstreamer library i have to modify in order to resolve the above error

Thanks

Hi sujithrobinson,

Could you tell me what you meant by modifying all supporting dlls into x64? Which gstreamer installer package did you use?

It seems that your program is unable to find the gstreamer library, so maybe either you did not install the suggested package, or you installed a different package (the ones for x64 maybe?) and did not modify the project settings to reflect that.

Kevin