sound-juicer r2246 - in trunk: . src



Author: rburton
Date: Fri Aug  8 14:49:44 2008
New Revision: 2246
URL: http://svn.gnome.org/viewvc/sound-juicer?rev=2246&view=rev

Log:
2008-08-08  Ross Burton  <ross burtonini com>

	* src/sj-play.c:
	Fix playback track switching (#546942, thanks Matthew Martin).


Modified:
   trunk/ChangeLog
   trunk/src/sj-play.c

Modified: trunk/src/sj-play.c
==============================================================================
--- trunk/src/sj-play.c	(original)
+++ trunk/src/sj-play.c	Fri Aug  8 14:49:44 2008
@@ -80,6 +80,7 @@
     }
   } else if (ret == GST_STATE_CHANGE_ASYNC) {
     /* do nothing, seek will hopefully be done later?! */
+    current_track = seek_to_track;
   }
 
   return TRUE;



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