chiark
/
gitweb
/
~mdw
/
autoys
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bf73ac
)
gremlin/gremlin.in: Fix bizarre editing debris.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 19 Apr 2018 10:51:06 +0000
(11:51 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 20 Apr 2018 12:18:27 +0000
(13:18 +0100)
gremlin/gremlin.in
patch
|
blob
|
blame
|
history
diff --git
a/gremlin/gremlin.in
b/gremlin/gremlin.in
index f3a870aa1b55f27f150909f1ac42822103a0ef41..985cb6d18fab223cf61cc459d9003e2b436f7e99 100644
(file)
--- a/
gremlin/gremlin.in
+++ b/
gremlin/gremlin.in
@@
-950,9
+950,8
@@
class AudioIdentifier (object):
## Get everything moving, and keep the user amused while we work.
bus.add_signal_watch()
me._pipe.set_state(GS.State.PLAYING)
- with GStreamerProgressEyecandy(filestatus(file, 'measure bitrate') %
- me._pipe,
- silentp = True):
+ with GStreamerProgressEyecandy(filestatus(file, 'measure bitrate'),
+ me._pipe, silentp = True):
loop.run()
bus.remove_signal_watch()
bus.disconnect(bmid)