totem r5824 - in trunk: . browser-plugin



Author: hadess
Date: Fri Dec  5 12:18:24 2008
New Revision: 5824
URL: http://svn.gnome.org/viewvc/totem?rev=5824&view=rev

Log:
2008-12-05  Bastien Nocera  <hadess hadess net>

	* browser-plugin/totem-plugin-viewer.c (on_eos_event):
	Fix repeat being ignored when playing back the stream
	from the disk and it is seekable (Closes: #557407)



Modified:
   trunk/ChangeLog
   trunk/browser-plugin/totem-plugin-viewer.c

Modified: trunk/browser-plugin/totem-plugin-viewer.c
==============================================================================
--- trunk/browser-plugin/totem-plugin-viewer.c	(original)
+++ trunk/browser-plugin/totem-plugin-viewer.c	Fri Dec  5 12:18:24 2008
@@ -1532,6 +1532,8 @@
 			if (bacon_video_widget_is_seekable (emb->bvw) != FALSE) {
 				bacon_video_widget_pause (emb->bvw);
 				bacon_video_widget_seek (emb->bvw, 0.0, NULL);
+				if (start_play != FALSE)
+					totem_embedded_play (emb, NULL);
 			} else {
 				bacon_video_widget_close (emb->bvw);
 				totem_embedded_open_internal (emb, start_play, NULL /* FIXME? */);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]