Freeseer / freeseer

Designed for capturing presentations at conferences. Pre-fill a list of talks to record, record them, and upload them to YouTube with our YouTube Uploader.
http://freeseer.readthedocs.org
GNU General Public License v3.0
215 stars 110 forks source link

Fix #654 - Generates valid defaults for multi-device plugins #656

Closed FranciscoCanas closed 9 years ago

FranciscoCanas commented 9 years ago

Adds methods to find a valid default input/source device for plugins that had previously hard-coded default values.

Affected plugins:

dideler commented 9 years ago

Can confirm that recording from USB source works again with these changes.

Before I merge, can you squash your commits and reference the issue in the commit message.

FranciscoCanas commented 9 years ago

@dideler: squashed the commits and redid the commit message.

dideler commented 9 years ago

Thanks for the quick fix, Francisco.