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 723981 - Using mouse wheel to rewind/fast-forward streaming video puts video in unplayable state
Using mouse wheel to rewind/fast-forward streaming video puts video in unplay...
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Movie player
3.10.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-02-09 21:49 UTC by Tristian Celestin
Modified: 2014-02-11 12:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tristian Celestin 2014-02-09 21:49:55 UTC
Steps to reproduce:
1. Open Totem
2. Begin playback from a streaming video source over udp.
3. When playback begins, position mouse over video widget
4. Scroll the mouse wheel up or down

Expected results:
1. Nothing should happen. The scrubber is disabled during playback of the video stream. Scrubbing with the mouse wheel should be disabled as well.

Received results:
When the mouse cursor is positioned over the video widget and I scroll the mouse wheel up or down,
1. playback stops.
2. The timer in the status bar displays Playing | 0:00 (Streaming).
3. I have to pause and unpause playback for totem to continue playing the stream again.
Comment 1 Bastien Nocera 2014-02-11 12:44:19 UTC
commit af87f39d303fe57318023c964597e1e7ea971cfc
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Feb 11 13:43:51 2014 +0100

    main: Don't allow seeking with keys if not seekable
    
    https://bugzilla.gnome.org/show_bug.cgi?id=723981

commit 799938c81f33b8a5cc81d3874719030b52813ad7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Feb 11 13:40:05 2014 +0100

    backend: Don't allow seeking if not seekable
    
    https://bugzilla.gnome.org/show_bug.cgi?id=723981