[Bug 767601] Missing State Notifications From Playbin

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jun 20 06:01:20 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=767601

--- Comment #8 from Henning Riis <henning.riis at craftwork.dk> ---
In case it's any help, here's the compile and link commands that I use. I tried
shaving it down as much as I could, but issue still happens.

Compile:
cl.exe /c /nologo /TP /W3 /EHsc /WX /GS /RTCs /RTCu /Z7 /DDEBUG /MTd
/D_USING_V110_SDK71_ /DWIN32_LEAN_AND_MEAN /DWIN32 /DNOMINMAX
/D_CRT_SECURE_NO_WARNINGS /D__STDC_CONSTANT_MACROS /D__STDC_LIMIT_MACROS
/DCW_THREAD_LOCAL=__declspec(thread) /DCW_DEBUG /D__CPLUSPLUS
/DCW_ENDIAN_LITTLE /DCW_PLATFORM_WIN32
/ID:\gstreamer\1.8.1/x86/include/gstreamer-1.0
/ID:\gstreamer\1.8.1/x86/lib/gstreamer-1.0/include
/ID:\gstreamer\1.8.1/x86/include/glib-2.0
/ID:\gstreamer\1.8.1/x86/lib/glib-2.0/include
/ID:\dev\codebox\.cex\CompilerWin32\2013.4.cw4/include
/ID:\dev\codebox\.cex\CompilerWin32\2013.4.cw4/ide/include
/ID:\dev\codebox\.cex\CompilerWin32\2013.4.cw4/ide/PlatformSDK/include
/ID:\dev\codebox\.cex\CompilerWin32\2013.4.cw4/ide/PlatformSDK/include/atl
/ID:\dev\codebox\.cex\CompilerWin32\2013.4.cw4/ide/WDK/include
Tests/StateTestWin32.cpp
/Foout/win32-debug/StateTestWin32/StateTestWin32/obj/StateTestWin32.obj

Link:
link.exe /NOLOGO /OUT:out/win32-debug/bin/StateTestWin32.exe /DEBUG
out/win32-debug/StateTestWin32/StateTestWin32/obj/StateTestWin32.obj
/LIBPATH:D:\dev\codebox\.cex\CompilerWin32\2013.4.cw4/ide/lib
/LIBPATH:D:\dev\codebox\.cex\CompilerWin32\2013.4.cw4/ide/PlatformSDK/lib
/LIBPATH:D:\dev\codebox\.cex\CompilerWin32\2013.4.cw4/ide/WDK/lib
/LIBPATH:D:\gstreamer\1.8.1/x86/bin/libbz2.dll
/LIBPATH:D:\gstreamer\1.8.1/x86/bin/libfaad-2.dll
/LIBPATH:D:\gstreamer\1.8.1/x86/bin/libgio-2.0-0.dll
/LIBPATH:D:\gstreamer\1.8.1/x86/bin/libgmp-10.dll
/LIBPATH:D:\gstreamer\1.8.1/x86/bin/libgnutls-30.dll
/LIBPATH:D:\gstreamer\1.8.1/x86/bin/libgstaudio-1.0-0.dll
/LIBPATH:D:\gstreamer\1.8.1/x86/bin/libgstbase-1.0-0.dll
/LIBPATH:D:\gstreamer\1.8.1/x86/bin/libgstreamer-1.0-0.dll
/LIBPATH:D:\gstreamer\1.8.1/x86/bin/libgsttag-1.0-0.dll
/LIBPATH:D:\gstreamer\1.8.1/x86/bin/libhogweed-4-2.dll
/LIBPATH:D:\gstreamer\1.8.1/x86/bin/libnettle-6-2.dll
/LIBPATH:D:\gstreamer\1.8.1/x86/bin/liborc-0.4-0.dll
/LIBPATH:D:\gstreamer\1.8.1/x86/bin/libtasn1-6.dll
/LIBPATH:D:\gstreamer\1.8.1/x86/bin/libz.dll
D:\gstreamer\1.8.1/x86/lib/gstreamer-1.0.lib
D:\gstreamer\1.8.1/x86/lib/glib-2.0.lib
D:\gstreamer\1.8.1/x86/lib/gobject-2.0.lib

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list