[xiph-commits] r18351 - trunk/spectrum
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Sat Jun 2 18:42:51 PDT 2012
Author: xiphmont
Date: 2012-06-02 18:42:51 -0700 (Sat, 02 Jun 2012)
New Revision: 18351
Modified:
trunk/spectrum/spec_process.c
trunk/spectrum/version.h
Log:
clear display at pipe reload
Modified: trunk/spectrum/spec_process.c
===================================================================
--- trunk/spectrum/spec_process.c 2012-06-03 01:33:30 UTC (rev 18350)
+++ trunk/spectrum/spec_process.c 2012-06-03 01:42:51 UTC (rev 18351)
@@ -251,8 +251,10 @@
if(!process_exit && pipe_reload()){
/* ah, at least one input was a pipe */
init_process();
+ rundata_clear();
metareload=1;
pthread_mutex_unlock(&feedback_mutex);
+ write(eventpipe[1],"",1);
}else{
pthread_mutex_unlock(&feedback_mutex);
break;
Modified: trunk/spectrum/version.h
===================================================================
--- trunk/spectrum/version.h 2012-06-03 01:33:30 UTC (rev 18350)
+++ trunk/spectrum/version.h 2012-06-03 01:42:51 UTC (rev 18351)
@@ -1,2 +1,2 @@
#define VERSION "$Id$ "
-/* DO NOT EDIT: Automated versioning hack [Sat Jun 2 21:20:35 EDT 2012] */
+/* DO NOT EDIT: Automated versioning hack [Sat Jun 2 21:41:42 EDT 2012] */
More information about the commits
mailing list