After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 795114 - wasapisink stops outputting audio if pipeline goes PLAYING -> PAUSED -> PLAYING
wasapisink stops outputting audio if pipeline goes PLAYING -> PAUSED -> PLAYING
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.14.0
Other Windows
: Normal blocker
: 1.14.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-04-09 22:10 UTC by Nirbheek Chauhan
Modified: 2018-04-09 23:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
wasapi: Call _Start if the client was _Reset (4.33 KB, patch)
2018-04-09 23:46 UTC, Nirbheek Chauhan
committed Details | Review

Description Nirbheek Chauhan 2018-04-09 22:10:55 UTC
$description, reported by Mathieu_Du, verified by me.

Not clear yet why this is happening.
Comment 1 Nirbheek Chauhan 2018-04-09 23:46:32 UTC
Created attachment 370714 [details] [review]
wasapi: Call _Start if the client was _Reset

Otherwise we will wait forever in WaitForSingleObject because we forgot
to start the client again after _Stop is called in reset().
Comment 2 Nirbheek Chauhan 2018-04-09 23:47:33 UTC
Attachment 370714 [details] pushed as 0a518c9 - wasapi: Call _Start if the client was _Reset