GNOME Bugzilla – Bug 667720
decklinksrc will activate in pull mode but doesn't actually support it
Last modified: 2012-03-17 21:30:30 UTC
decklinksrc will activate in pull mode, but the hardware device doesn't support it. The simplest fix is to return false in activatepull, which is done in the attached patch.
The patch was not attached.
Created attachment 205562 [details] [review] patch promised in the original post Sorry! Here it is!
commit 409e8dcc903be14dc4254b8106d50635044b8fd9 Author: blake tregre <blake@oblong.com> Date: Mon Oct 31 18:57:22 2011 -0700 decklinksrc: disable pull mode decklink device doesn't support any pull mode related functionality. it's more like a live source, you see. Fixes: #667720.