gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] a question about gst and sdl


From: strk
Subject: Re: [Gnash-dev] a question about gst and sdl
Date: Thu, 20 Nov 2008 12:07:30 +0100

On Thu, Nov 20, 2008 at 06:47:53PM +0800, Steven Liu wrote:

> i have thoose the gst!but the config named gnashconfig.h
> there have sound config use
> #define SOUND_SDL  1
> 
> why?why dosen't it use
> #define SOUND_GST  1?

We have a single sound handler implementation at the moment,
which is SDL. No GST sound handler yet.
Sound handler interface have slightly changed lately.
The only thing that needs to be virtual is communication
with the system mixer and internal mixing now.
All the rest is taken care of by base class.

If you are interested in using GST for that you're welcome
in contributing an implementation. Even better if you 
could help with the internal mixing interface, which
I belive isn't very smart atm.

--strk;




reply via email to

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