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 707189 - Reimplement seeking management using the ASYNC_DONE bus message
Reimplement seeking management using the ASYNC_DONE bus message
Status: RESOLVED DUPLICATE of bug 708182
Product: pitivi
Classification: Other
Component: Playback
Git
Other Linux
: Normal normal
: 2.0
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2013-08-31 17:44 UTC by Thibault Saunier
Modified: 2013-09-19 21:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Thibault Saunier 2013-08-31 17:44:08 UTC
Currently we have a timeout based seeker and this is ugly/not optimal/not the proper way.
We can have the information from Gst about when the next seek can be done, and this is through the ASYNC_DONE bus message.

All the Seeker code logic should probably be moved to Pipeline, and we should not use any timeout, and instead wait for that message on the bus.
Comment 1 Jean-François Fortin Tam 2013-09-19 21:09:29 UTC

*** This bug has been marked as a duplicate of bug 708182 ***