deps: 'none' should only be displayed if no other elements
This commit is contained in:
parent
5d9b04b513
commit
a702deedae
@ -119,12 +119,12 @@ def gstreamer_info():
|
||||
other.append(' Found:')
|
||||
for element in found_elements:
|
||||
other.append(' %s' % element)
|
||||
else:
|
||||
if not found_elements:
|
||||
other.append(' none')
|
||||
other.append(' Not found:')
|
||||
for element in missing_elements:
|
||||
other.append(' %s' % element)
|
||||
else:
|
||||
if not missing_elements:
|
||||
other.append(' none')
|
||||
|
||||
return {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user