gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11174: Small synchronization audio/


From: Andrea Palmatè
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11174: Small synchronization audio/video changes
Date: Sun, 28 Jun 2009 19:11:37 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11174
committer: Andrea Palmatè <address@hidden>
branch nick: gnash
timestamp: Sun 2009-06-28 19:11:37 +0200
message:
  Small synchronization audio/video changes
modified:
  gui/aos4.cpp
  gui/aos4_agg_glue.cpp
  libsound/aos4/sound_handler_ahi.cpp
=== modified file 'gui/aos4.cpp'
--- a/gui/aos4.cpp      2009-06-28 15:49:26 +0000
+++ b/gui/aos4.cpp      2009-06-28 17:11:37 +0000
@@ -55,7 +55,7 @@
 
 #define GAD(x) (struct Gadget *)Objects[x]
 
-#define RESET_TIME 40 * 1000 //25fps
+#define RESET_TIME 30 * 1000 
 
 using namespace std;
 

=== modified file 'gui/aos4_agg_glue.cpp'
--- a/gui/aos4_agg_glue.cpp     2009-06-27 15:26:16 +0000
+++ b/gui/aos4_agg_glue.cpp     2009-06-28 17:11:37 +0000
@@ -219,6 +219,8 @@
                WA_Top,             top,
                        WA_InnerWidth,          width,
                        WA_InnerHeight,         height,
+                       WA_MaxWidth,            ~0,
+                       WA_MaxHeight,           ~0,
                        WA_SmartRefresh,        TRUE,
                        WA_RMBTrap,             FALSE,
                        WA_ReportMouse,         TRUE,

=== modified file 'libsound/aos4/sound_handler_ahi.cpp'
--- a/libsound/aos4/sound_handler_ahi.cpp       2009-06-28 15:49:26 +0000
+++ b/libsound/aos4/sound_handler_ahi.cpp       2009-06-28 17:11:37 +0000
@@ -48,10 +48,10 @@
 
 #define PLAYERTASK_NAME       "Gnash audio task"
 #define PLAYERTASK_PRIORITY   20
-#define RESET_TIME 10 * 1000
+#define RESET_TIME 30 * 1000
 
-#define BUFSIZE                7056 * 1
-#define AHI_BUF_SIZE   7056u
+#define BUFSIZE                7056 * 4
+#define AHI_BUF_SIZE   28224u
 
 // Define this to get debugging call about pausing/unpausing audio
 //#define GNASH_DEBUG_AOS4_AUDIO_PAUSING


reply via email to

[Prev in Thread] Current Thread [Next in Thread]