From e8f2d1babaf897624fe5f89470eef9a2ca509ef1 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Fri, 9 Jan 2015 18:40:40 -0800 Subject: [PATCH] win-dshow: Update dshowcapture library to 0.4.2 Previously a DirectShow hardware encoder would get 'stuck' and couldn't be recreated due to a strange issue with the graph filter not properly shutting down the encoder. This would make it so that the user could only use the encoder once, and then it wouldn't work anymore any time it was initialized again. dshowcapture version 0.4.2 ensures that the encoder can restart properly by manually shutting down the filter graph. --- plugins/win-dshow/libdshowcapture | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/win-dshow/libdshowcapture b/plugins/win-dshow/libdshowcapture index 0fd723dae..81a0404ab 160000 --- a/plugins/win-dshow/libdshowcapture +++ b/plugins/win-dshow/libdshowcapture @@ -1 +1 @@ -Subproject commit 0fd723dae7e1184f15fc635e20a9722698502847 +Subproject commit 81a0404ab8a48af83262d8fccd15225075193463