diff options
author | set REAL_NAME environment variable <hadess@hadess.net> | 2004-06-28 13:04:52 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@src.gnome.org> | 2004-06-28 13:04:52 +0000 |
commit | e6141f6b3c099f2f83d0a11bfaa2e20e7a801ae1 (patch) | |
tree | 207725b35bc9c14e6429e843267e0a3956a82dc2 /README | |
parent | 06e51714ba7fd85d21e7dc77657f9ed6904ef588 (diff) |
upd TODO implement Iain's CD player like idea (only go to the previous
2004-06-28 set REAL_NAME environment variable <hadess@hadess.net>
* README: upd TODO
* src/totem.c: (totem_time_within_seconds),
(totem_action_previous): implement Iain's CD player like idea
(only go to the previous track if we're at the beginning of the track,
otherwise seek back to the start)
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -107,14 +107,6 @@ http://article.gmane.org/gmane.comp.video.xine.devel/3456/match=+api+addition+su - rtsp plugin for xine? http://www.live.com/liveMedia/#testProgs - finish vanity -- test with RTL languages - -From Iain: -> if (position_in_file > 1second) { -> seek (0); -> } else { -> go_to_previous_track (); -> } GStreamer backend TODO ====================== |