Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add overload to redetectCaptureDevices #28

Merged
merged 3 commits into from
Aug 31, 2015
Merged

Conversation

jvl711
Copy link
Contributor

@jvl711 jvl711 commented Aug 28, 2015

Added an overload to redetectCaptureDevices to only detect devices on one CaptureDeviceManager. These changes were discussed in issue "Want to be able to load a Network Encoder as a runnable class"

unknown added 2 commits August 27, 2015 20:53
…eManager

to only redetect on a singel CaptureDeviceManager.

Also modified original method to use updateCaptureDeviceObjects as opposed
to redoing the same functionallity in the method.
// one CaptureDeviceManager. For instance discover NetworkEncoder devices
public void redetectCaptureDevices(CaptureDeviceManager mgr)
{
if (Sage.DBG) System.out.println("MMC is re-doing the capture device detection on " + mgr);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix indenting on this line please.

@Narflex
Copy link
Member

Narflex commented Aug 28, 2015

Just fix that one indenting issue and then I'll go ahead and merge it, thanks!

Modified the indenting.
@jvl711
Copy link
Contributor Author

jvl711 commented Aug 30, 2015

I think I fixed. Let me know if it still looks wrong. I tired changing it from website.

Narflex added a commit that referenced this pull request Aug 31, 2015
Add overload to redetectCaptureDevices
@Narflex Narflex merged commit ae5d7e0 into google:master Aug 31, 2015
JREkiwi pushed a commit to JREkiwi/sagetv that referenced this pull request Dec 30, 2018
Add overload to redetectCaptureDevices
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants