[oe-commits] Denis 'GNUtoo' Carikli : mplayer-common: fix buffer underruns with -ao sdl on htcdream

git version control git at git.openembedded.org
Mon Sep 13 18:10:21 UTC 2010


Module: openembedded.git
Branch: testing
Commit: b28081b6039db85f18bf9e722fece59bff6e7b0f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b28081b6039db85f18bf9e722fece59bff6e7b0f

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Mon Sep  6 01:53:29 2010 +0200

mplayer-common: fix buffer underruns with -ao sdl on htcdream

Using -ao sdl on the htcdream fixes the buffer underruns with mplayer
Without that a movie or big buck bunny can't be viewed,and audio
  suffers from bad quality.
A comment that informs the user about -vo dga was added
PR was bumped

---

 recipes/mplayer/mplayer-common.bb                  |    2 +-
 .../mplayer/mplayer-common/htcdream/mplayer.conf   |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/mplayer/mplayer-common.bb b/recipes/mplayer/mplayer-common.bb
index d286cc8..c309f5e 100644
--- a/recipes/mplayer/mplayer-common.bb
+++ b/recipes/mplayer/mplayer-common.bb
@@ -4,7 +4,7 @@
 DESCRIPTION = "Preconfigured mplayer preferences"
 
 PV = "0.0.1"
-PR = "r5"
+PR = "r6"
 
 SRC_URI = "file://mplayer.conf"
 
diff --git a/recipes/mplayer/mplayer-common/htcdream/mplayer.conf b/recipes/mplayer/mplayer-common/htcdream/mplayer.conf
index c108d18..94aa79a 100644
--- a/recipes/mplayer/mplayer-common/htcdream/mplayer.conf
+++ b/recipes/mplayer/mplayer-common/htcdream/mplayer.conf
@@ -1,5 +1,5 @@
-ao=alsa
+ao=sdl #fixes buffer underrun
 ac=tremor,mad,
-vo=x11
+vo=x11 #change to dga for faster videos in X11 portrait mode
 hardframedrop=true
 framedrop=true





More information about the Openembedded-commits mailing list