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 353663 - Movies loop
Movies loop
Status: RESOLVED DUPLICATE of bug 352303
Product: totem
Classification: Core
Component: Browser plugin (obsolete)
1.5.x
Other All
: Normal minor
: ---
Assigned To: totem-browser-maint
totem-browser-maint
Depends on:
Blocks:
 
 
Reported: 2006-08-31 09:28 UTC by Michael Van Dorpe
Modified: 2006-08-31 17:21 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Michael Van Dorpe 2006-08-31 09:28:52 UTC
Please describe the problem:
When a movie finishes playing in the browser plugin, it starts over from the beginning. You have to press the play/pause button to make it stop.

Steps to reproduce:
1. Go to http://www.apple.com/trailers/independent/threetimes/trailer/
2. Watch the trailer
3. Watch it again
4. And again... and again...
5. Until you hit "pause".


Actual results:


Expected results:
By default, the movies should not loop.

Does this happen every time?
yes

Other information:
Comment 1 Bastien Nocera 2006-08-31 17:21:34 UTC
The code uses QT_WriteOBJECT_XHTML(), which uses the functions in:
http://images.apple.com/main/js/ac_quicktime.js
and doesn't use repeat. So it's a dupe of bug #352303

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