Skip to content
Snippets Groups Projects
Commit 4b987bee authored by Dicson's avatar Dicson
Browse files

Correct gst-python detect(without gst-python is gajim unable to load preferences dialog)

parent 492b812e
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,8 @@ class DeviceManager(object):
element.set_state(gst.STATE_NULL)
else:
self.devices[text] = pipe % name
except ImportError:
pass
except gst.ElementNotFoundError:
print 'element \'%s\' not found' % name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment