gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] [PATCH] fix mixing sounds with Gstreamer backend


From: Hiroyuki Ikezoe
Subject: Re: [Gnash-dev] [PATCH] fix mixing sounds with Gstreamer backend
Date: Thu, 09 Nov 2006 11:51:29 +0900

Hello Tomas,

2006-11-07 (火) の 12:03 +0100 に Tomas Groth さんは書きました:

> If you can make gansta_rap_se.swf (google for it) work with gstreamer i'll be
> really impressed! I gave up because it seems gstremers adder doesn't like when
> it many sounds are added rapidly.

The flash is utterly bad with GStreamer backend...

As you have already been reported at GNOME bugzilla (*1), it's an issue
of GstAdder. I think so too. I investigated about GStreamer itself for a
while, but it is very complicated.

So, I have an idea for avoinding this adder issue.  The idea is that
creating multiple pipeline instead of using adder. I modified the sample
code that you posted at GNOME bugzilla to use multiple pipeline, it
seems to work fine. I attach the modified somple code.

I am not sure whether creating multiple pipeline causes some side effect
or not, but I will try to apply the way to Gnash.


(*1) http://bugzilla.gnome.org/show_bug.cgi?id=343787

Thank you,
Hiroyuki Ikezoe

Attachment: multipipeline.c
Description: Text Data


reply via email to

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