[Bug 796280] wasapisink: crash on pipeline tear down on Windows 7

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue May 22 17:47:56 UTC 2018


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

Philippe Renon <philippe_renon at yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |philippe_renon at yahoo.fr

--- Comment #3 from Philippe Renon <philippe_renon at yahoo.fr> ---
When compiling the wasapi plugin under MSYS2/MingGW, the following two warnings
are emitted:

../../../gst-plugins-bad-1.14.1/sys/wasapi/gstwasapiutil.c: In function
'gst_wasapi_util_init_thread_priority':
../../../gst-plugins-bad-1.14.1/sys/wasapi/gstwasapiutil.c:958:52: warning:
assignment from incompatible pointer type [-Wincompatible-pointer-types]
   gst_wasapi_avrt_tbl.AvSetMmThreadCharacteristics =
                                                    ^
../../../gst-plugins-bad-1.14.1/sys/wasapi/gstwasapiutil.c:960:55: warning:
assignment from incompatible pointer type [-Wincompatible-pointer-types]
   gst_wasapi_avrt_tbl.AvRevertMmThreadCharacteristics =
                                                       ^

Compiler is gcc 7.3.0.

Could it have to do with the crash on reset. I did not look at the code luch
(lazy me...) but may be the reverting of thread characteristics is broken.

-- 
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