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 676434 - pausing with space makes totem skip back to the previous spot where pause was used
pausing with space makes totem skip back to the previous spot where pause was...
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Movie player
3.4.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-05-20 16:43 UTC by zebul666
Modified: 2012-06-29 11:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description zebul666 2012-05-20 16:43:11 UTC
Say I am watching a video/DVD and pause the playback somewhere during watching (#1).

Come back later, and re-begin to watch it again. then press space again (#2) to pause the playback. Then, at that moment the image displayed is the place in the video where the pause was first used i.e. #1.

If you press space/click play, the playback begin from the first spot #1, not at #2 as expected.

Yet another annoyance. You have to skip forward to find the spot #2 in the video where playback was stopped.
Comment 1 André Klapper 2012-05-20 17:38:31 UTC
Which distribution is this about? Which kind of videos does this happen with? All, local, remote? Which types?
Comment 2 zebul666 2012-05-21 08:36:07 UTC
this is archlinux. was happening with the 32 bits version. Is still happening now with the 64 bits version.

it happens with whatever video mp4, mkv (local) as far as I remember, or dvd. 
But this is not systematic: I can't reproduce it on demand. There may be another factor that trigger that behavior but I don't know what.

remote ? you can't pause a streaming video here. at least the one I have tried
Comment 3 Bastien Nocera 2012-06-28 15:46:39 UTC
Please give exact reproduce steps, this is unusable to try and debug anything.
You're probably having problems with the "Start playing files from last position" preference. Having a way to reproduce the problem means we could fix that problem.
Comment 4 zebul666 2012-06-28 20:11:08 UTC
Well, I couldn't say much more I already said.
What's even more problematic, is that it does not happen all the time.
Comment 5 Bastien Nocera 2012-06-29 11:06:04 UTC
I'll take a punt and say this will fix the problem. Reopen if that fix doesn't solve the problem for you.

commit e6ffb10388ca052dc06404ad8ad163619d131281
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jun 29 11:58:23 2012 +0100

    main: Don't forget to clear seeking on close
    
    If we had opened a file, got a remembered position to restore,
    but never actually got a change in the seekable property, we wouldn't
    have clear the seek to position.
    
    This should fix bizarre behaviour if you're skipping between streams
    too quickly for GStreamer to see the stream is seekable.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676434