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 554602 - seeking is not working correctly ...
seeking is not working correctly ...
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: General
Git
Other Linux
: Normal normal
: 0.11.2
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2008-10-01 18:02 UTC by Thijs Vermeir
Modified: 2008-10-09 18:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
logging with GST_DEBUG=2,python:5 (21.66 KB, application/x-compressed-tar)
2008-10-09 17:15 UTC, Thijs Vermeir
Details

Description Thijs Vermeir 2008-10-01 18:02:08 UTC
1. download this clip http://samples.mplayerhq.hu/MPEG-4/mpeg4conformance.mp4 (probably with other clips too)
2. import it in your pitivi project
3. start the clip in preview
4. seek to a position while playing (position != 0)
5. movie is stuttering around the seek position
6. rescale the pitivi-main window
7. movie starts playing normal from the seek position

this clip is playing normal with gstreamer and seeking is working for the clip.
Comment 1 Thijs Vermeir 2008-10-09 17:15:39 UTC
Created attachment 120291 [details]
logging with GST_DEBUG=2,python:5

This logging shows that pitivi is constantly seeking to 0:00:18.867780429
Comment 2 Edward Hervey 2008-10-09 18:21:11 UTC
Confirmed by Thijs on #pitivi

2008-10-09  Edward Hervey  <edward.hervey@collabora.co.uk>

	* pitivi/ui/viewer.py:
	Fix pending-seek behaviour.
	Fixes #554602