timeline: fix possible lag when dragging on timeline
authorRené Stadler <mail@renestadler.de>
Tue, 6 Sep 2011 20:27:33 +0000 (22:27 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Thu, 11 Sep 2014 18:51:46 +0000 (20:51 +0200)
commite46367c073062ab7977eff0f549849c9f7e20a8d
tree51d140749850980e859a7cbed66de88325de1f69
parent1d009ac3c590e9f578a94ed9fef412ac48e24832
timeline: fix possible lag when dragging on timeline

I need to idle-aggregate scroll updates, since gtk performs heavy operations in
a synchronous fashion here (ironically, they do that to make scrolling smooth).
debug-viewer/GstDebugViewer/Plugins/Timeline.py