After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 382184 - Port interleave and deinterleave to 0.10 for audio channel splitting/merging
Port interleave and deinterleave to 0.10 for audio channel splitting/merging
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 0.10.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-12-04 09:12 UTC by Baybal Ni
Modified: 2007-01-08 09:40 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
example (233 bytes, text/plain)
2006-12-05 11:18 UTC, Baybal Ni
Details

Description Baybal Ni 2006-12-04 09:12:37 UTC
Add support for per chanel pipeline splitting.
Comment 1 David Schleef 2006-12-04 19:13:36 UTC
What does this mean?
Comment 2 Baybal Ni 2006-12-05 11:13:34 UTC
I'll try do describe it in gst-launch syntax

Some plugins can work only with one chanel in one time, and it is imposible to do somethink like that.




multichaneltestsrc ! split -- front left chanel ! ladspa-boost----- restore ! alsa chanels=3
                            |    \ front right chanel ! ladspa-boost / |
                            \_ one more chanel ! ladspa-boost____/
Comment 3 Baybal Ni 2006-12-05 11:15:26 UTC
Hmm, bugzilla damaged text formating
Comment 4 Baybal Ni 2006-12-05 11:18:42 UTC
Created attachment 77722 [details]
example
Comment 5 Andy Wingo 2007-01-08 09:40:03 UTC
Ported this weekend, but in gst-plugins-bad. Not 100% quality yet but it does do something.