After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 613625 - UI is not updated on pausing
UI is not updated on pausing
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: Timeline
Git
Other Linux
: Normal trivial
: 0.13.5
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-22 20:01 UTC by DELETED
Modified: 2010-06-19 10:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description DELETED 2010-03-22 20:01:31 UTC
This can be seen best if you play back a project and toggle play/pause faster than the  pipeline's 'position' signal emitting interval (300ms): the playhead doesn't move.

I think it would be good to do something like making the pipeline emit the 'position' signal after its state changes to pause/stop, so that the timeline, etc. are updated accordingly. Or what ever better solution there is ...
Comment 1 DELETED 2010-03-22 23:52:57 UTC
See https://bugzilla.gnome.org/show_bug.cgi?id=610060 for a fix(?).
Comment 2 Edward Hervey 2010-06-19 10:56:17 UTC
commit c1f195ceaa311cf1469882ad1ad8b560d98e9fcb
Author: Volker Sobek <reklov@live.com>
Date:   Mon Mar 22 19:03:34 2010 +0100

    Pause pipeline when receiving the 'eos' signal
    
    Also emit the 'position' signal after setting the state of a
    pipeline to PAUSED, to update the UI.
    
    Fixes
    https://bugzilla.gnome.org/show_bug.cgi?id=610060
    https://bugzilla.gnome.org/show_bug.cgi?id=613625