[Sumover-dev] [svn commit] r4303 - vic/branches/mpeg4/tcl

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Thu Oct 30 09:13:10 GMT 2008


Author: piers
Date: Thu Oct 30 09:13:08 2008
New Revision: 4303

Modified:
   vic/branches/mpeg4/tcl/ui-ctrlmenu.tcl

Log:
Additional fix for Video format change under OSX - The OSX grabber doesn't seem to stop and start properly so this work-around makes the grabber restart instead.


Modified: vic/branches/mpeg4/tcl/ui-ctrlmenu.tcl
==============================================================================
--- vic/branches/mpeg4/tcl/ui-ctrlmenu.tcl	(original)
+++ vic/branches/mpeg4/tcl/ui-ctrlmenu.tcl	Thu Oct 30 09:13:08 2008
@@ -1538,7 +1538,7 @@
 # MM
 
 		set ff [$encoder frame-format]
-		if { "$ff" == "[$V(encoder) frame-format]" } {
+		if { "$ff" == "[$V(encoder) frame-format]" && ![string match [ windowingsystem] "aqua"]} {
 			#
 			# new framer has the same format as the
 			# old one.  just replace the old one without



More information about the Sumover-dev mailing list