gst/extend/discoverer.py: No shebang line needed since there is no main code.
Original commit message from CVS: * gst/extend/discoverer.py: No shebang line needed since there is no main code.
This commit is contained in:
parent
d6df984612
commit
67e9861541
@ -1,3 +1,8 @@
|
||||
2007-01-05 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* gst/extend/discoverer.py:
|
||||
No shebang line needed since there is no main code.
|
||||
|
||||
2006-12-19 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* gst/gst.defs:
|
||||
|
@ -1,4 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- Mode: Python -*-
|
||||
# vi:si:et:sw=4:sts=4:ts=4
|
||||
|
||||
@ -111,6 +110,7 @@ class Discoverer(gst.Pipeline):
|
||||
self._timeoutid = 0
|
||||
|
||||
if not os.path.isfile(filename):
|
||||
self.debug("File '%s' does not exist, finished" % filename)
|
||||
self.finished = True
|
||||
return
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user