Skip to content

Commit

Permalink
label got mixed up?
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@23300 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jul 25, 2019
1 parent 6d14743 commit bf15019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/xpra/sound/gstreamer_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -744,9 +744,9 @@ def get_pulse_device(device_name_match=None, want_monitor_device=True,
if want_monitor_device:
dtype = "output monitor"
elif input_or_output is False:
dtype = "audio input"
elif input_or_output is True:
dtype = "audio output"
elif input_or_output is True:
dtype = "audio input"
log.info("found %i %s devices:", len(devices), dtype)
for k,v in devices.items():
log.info(" * %s", bytestostr(v))
Expand Down

0 comments on commit bf15019

Please sign in to comment.