totem r6204 - in branches/gnome-2-26: . src/backend



Author: hadess
Date: Tue Mar 31 13:56:26 2009
New Revision: 6204
URL: http://svn.gnome.org/viewvc/totem?rev=6204&view=rev

Log:
2009-03-31  Bastien Nocera  <hadess hadess net>

	* src/backend/bacon-video-widget-gst-0.10.c
	(bacon_video_widget_close): Reset the seekbar to 0 when a file
	is closed (Closes: #577255)



Modified:
   branches/gnome-2-26/ChangeLog
   branches/gnome-2-26/src/backend/bacon-video-widget-gst-0.10.c

Modified: branches/gnome-2-26/src/backend/bacon-video-widget-gst-0.10.c
==============================================================================
--- branches/gnome-2-26/src/backend/bacon-video-widget-gst-0.10.c	(original)
+++ branches/gnome-2-26/src/backend/bacon-video-widget-gst-0.10.c	Tue Mar 31 13:56:26 2009
@@ -2941,6 +2941,7 @@
 
   g_object_notify (G_OBJECT (bvw), "seekable");
   g_signal_emit (bvw, bvw_signals[SIGNAL_CHANNELS_CHANGE], 0);
+  got_time_tick (GST_ELEMENT (bvw->priv->play), 0, bvw);
 }
 
 void



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