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:
e9bf7f7
)
gremlin/gremlin.in: Update progress every 100ms rather than 200ms.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 19 Apr 2018 10:52:28 +0000
(11:52 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 20 Apr 2018 12:18:27 +0000
(13:18 +0100)
Makes the display subjectively much smoother.
gremlin/gremlin.in
patch
|
blob
|
blame
|
history
diff --git
a/gremlin/gremlin.in
b/gremlin/gremlin.in
index 985cb6d18fab223cf61cc459d9003e2b436f7e99..360d5d725aaa10e088e254d2a7c0352000ab862d 100644
(file)
--- a/
gremlin/gremlin.in
+++ b/
gremlin/gremlin.in
@@
-783,7
+783,7
@@
class GStreamerProgressEyecandy (ProgressEyecandy):
return
## Update regularly. The pipeline runs asynchronously.
return
## Update regularly. The pipeline runs asynchronously.
- me._id = G.timeout_add(
2
00, me._update)
+ me._id = G.timeout_add(
1
00, me._update)
def __exit__(me, ty, val, tb):
"Leave context: remove display and report completion or failure."
def __exit__(me, ty, val, tb):
"Leave context: remove display and report completion or failure."