totem r5155 - in trunk: . src



Author: hadess
Date: Wed Feb 20 16:14:08 2008
New Revision: 5155
URL: http://svn.gnome.org/viewvc/totem?rev=5155&view=rev

Log:
2008-02-20  Bastien Nocera  <hadess hadess net>

	* src/totem-video-thumbnailer.c: (capture_interesting_frame):
	Add better debug



Modified:
   trunk/ChangeLog
   trunk/src/totem-video-thumbnailer.c

Modified: trunk/src/totem-video-thumbnailer.c
==============================================================================
--- trunk/src/totem-video-thumbnailer.c	(original)
+++ trunk/src/totem-video-thumbnailer.c	Wed Feb 20 16:14:08 2008
@@ -349,6 +349,7 @@
 	{
 		PROGRESS_DEBUG("About to seek to %f\n", frame_locations[current]);
 		if (bacon_video_widget_seek (bvw, frame_locations[current], NULL) == FALSE) {
+			PROGRESS_DEBUG("Couldn't seek to %f\n", frame_locations[current]);
 			bacon_video_widget_play (bvw, NULL);
 		}
 



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