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 329138 - make repeat=true work
make repeat=true work
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Browser plugin (obsolete)
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: totem-browser-maint
totem-browser-maint
Depends on: 171884
Blocks:
 
 
Reported: 2006-01-29 22:46 UTC by Ronald Bultje
Modified: 2006-08-08 15:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ronald Bultje 2006-01-29 22:46:24 UTC
See title.
Comment 1 Bastien Nocera 2006-01-30 11:25:25 UTC
Another one of those where caching would be useful.
The problem is that after the first playback, we would need to tell Mozilla to start streaming the file again. Even better would be for us to cache the file are read it locally, much much faster.
Comment 2 Bastien Nocera 2006-08-08 15:47:53 UTC
2006-08-08  Bastien Nocera  <hadess@hadess.net>

        * src/Makefile.am: link the browser plugin against the playlist
        parser
        * src/plparse/test-parser.c: (playlist_started), (playlist_ended),
        (test_parsing): show the playlist start and end signals
        * src/totem-mozilla-options.h:
        * src/totem-mozilla-plugin.cpp:
        * src/totem-mozilla-scriptable.h:
        * src/totem-mozilla-viewer.c: (on_eos_event), (entry_added),
        (totem_embedded_push_parser), (main):
        Add support for reading playlists from the disk, instead of
        passing them to the backend, keep a list of files to be played,
        and pass from one to the other allowing a repeat mode
        (Closes: #329138, #171884)