Skip to content

d3dvideosink: fix a few race conditions

Aaron Boxer requested to merge boxerab/gst-plugins-bad:d3dvideosink_race into master
  1. Fix a race condition where another thread can call gst_d3dvideosink_start during gst_d3dvideosink_stop call, causing access violations and other mayhem. See also #404 (closed) 1.document where klass sink must be released to avoid deadlock
Edited by Aaron Boxer

Merge request reports