Bug 87962

Summary: Cannot run tutorial samples: libgstreamer-0.10-0.dll not found
Product: GStreamer SDK Reporter: krzysiek89sz
Component: Windows SDK DistributionAssignee: bugs
Status: NEW --- QA Contact:
Severity: blocker    
Priority: high CC: krzysiek89sz
Version: unspecified   
Hardware: x86-64 (AMD64)   
OS: Windows (All)   
Whiteboard:
i915 platform: i915 features:

Description krzysiek89sz 2015-01-02 09:34:17 UTC
I installed Gstreamer-SDK like on http://docs.gstreamer.com/display/GstSDK/Installing+on+Windows page. I opened solution 'tutorials.sln' (VS 2010 express) and changed working directory to $(GSTREAMER_SDK_ROOT_X86)\bin. I clicled 'rebuild' on project - finished OK. I clicked 'Start Debugging' I got the message that libgstreamer-0.10-0.dll not found. I searched all my computer and not found this file. Should I download it file from where?

My compilation command line:
/I"G:\gstreamer-sdk\0.10\x86\include\gstreamer-0.10" /I"G:\gstreamer-sdk\0.10\x86\include\libxml2" /I"G:\gstreamer-sdk\0.10\x86\include\glib-2.0" /I"G:\gstreamer-sdk\0.10\x86\lib\glib-2.0\include" /I"G:\gstreamer-sdk\0.10\x86\include" /I"C:\WinDDK\7600.16385.1\inc\crt\" /I"C:\WinDDK\7600.16385.1\inc\atl71\" /ZI /nologo /W3 /WX- /Od /Oy- /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_WIN32_WINNT=0x0501" /D "WIN32_LEAN_AND_MEAN=1" /D "_MBCS=1" /D "WHISTLER_DDK=1" /D "_DLL=1" /D "_MT=1" /D "__NO_MINGW_LFS" /D "__MSVCRT_VERSION__=0x0601" /D "__MSVCRT__" /D "_CRT_NONSTDC_FORCE_DEPRECATE" /D "_CRT_SECURE_FORCE_DEPRECATE" /D "_CRT_SECURE_NO_WARNINGS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "WINVER=0x0501" /D "_WINDOWS" /D "_USRDLL" /D "HAVE_WIN32" /Gm /EHsc /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fp"Debug\playback-tutorial-1.pch" /Fa"Debug\" /Fo"Debug\" /Fd"Debug\vc100.pdb" /Gd /analyze- /errorReport:queue 

My linker command line:
/OUT:"G:\gstreamer-sdk\0.10\x86\share\gst-sdk\tutorials\vs2010\Debug\playback-tutorial-1.exe" /INCREMENTAL /NOLOGO /LIBPATH:"C:\WinDDK\7600.16385.1\lib\crt\i386" /LIBPATH:"C:\WinDDK\7600.16385.1\lib\win7\i386" /LIBPATH:"G:\gstreamer-sdk\0.10\x86\lib" "libmoldname.a" "msvcrt.lib" "msvcrt_winxp.obj" "gstreamer-0.10.lib" "xml2.lib" "gthread-2.0.lib" "gmodule-2.0.lib" "gobject-2.0.lib" "glib-2.0.lib" "intl.lib" "kernel32.lib" "user32.lib" "gdi32.lib" "winspool.lib" "comdlg32.lib" "advapi32.lib" "shell32.lib" "ole32.lib" "oleaut32.lib" "uuid.lib" "odbc32.lib" "odbccp32.lib" /NODEFAULTLIB /MANIFEST:NO /ManifestFile:"Debug\playback-tutorial-1.exe.intermediate.manifest" /ALLOWISOLATION /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"G:\gstreamer-sdk\0.10\x86\share\gst-sdk\tutorials\vs2010\Debug\playback-tutorial-1.pdb" /SUBSYSTEM:CONSOLE /OPT:NOREF /PGD:"G:\gstreamer-sdk\0.10\x86\share\gst-sdk\tutorials\vs2010\Debug\playback-tutorial-1.pgd" /TLBID:1 /DYNAMICBASE /NXCOMPAT /MACHINE:X86 /ERRORREPORT:QUEUE

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.