[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xine-cvslog
Subject:    [xine-cvs] CVS: xine-ui/src/xitk main.c,1.324,1.325
From:       Miguel Freitas <miguelfreitas () users ! sourceforge ! net>
Date:       2006-08-13 19:53:38
Message-ID: E1GCM1i-0003uk-Sj () sc8-pr-cvs10 ! sourceforge ! net
[Download RAW message or body]

Update of /cvsroot/xine/xine-ui/src/xitk
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14638/xine-ui/src/xitk

Modified Files:
	main.c 
Log Message:
do not load next playlist entry for static images (useful for presentations)


Index: main.c
===================================================================
RCS file: /cvsroot/xine/xine-ui/src/xitk/main.c,v
retrieving revision 1.324
retrieving revision 1.325
diff -u -r1.324 -r1.325
--- main.c	15 Jul 2006 23:20:25 -0000	1.324
+++ main.c	13 Aug 2006 19:53:36 -0000	1.325
@@ -1024,7 +1024,9 @@
       if( xine_check_version(1,1,1) )
         xine_set_param(gGui->stream, XINE_PARAM_GAPLESS_SWITCH, 1);
 #endif
-      gui_playlist_start_next();
+      if( strcmp( xine_get_meta_info(gGui->stream, XINE_META_INFO_SYSTEMLAYER),
+                  "imagedmx" ) != 0 )
+        gui_playlist_start_next();
     }
     else if(event->stream == gGui->visual_anim.stream) {
       /* printf("xitk/main.c: restarting visual stream...\n"); */


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Xine-cvslog mailing list
Xine-cvslog@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xine-cvslog
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic